Currently working on https://yak.js.org the modern compiled css-in-js solution
All features work out of the box aside from imports in .yak.ts files.
It also tackles long standing issues and should work generally better than the webpack version.
All features work out of the box aside from imports in .yak.ts files.
It also tackles long standing issues and should work generally better than the webpack version.
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
github.com/DigitecGalax...
github.com/DigitecGalax...
The "tsgo" native Go port is now available on npm as an early preview 🎉
🔷 Checker: Most projects will see error parity with v5.8
🔷 Now supports JS and JSX
🔷 LSP: Auto-completions work
🔷 Perf: 10x win persists
🔷 API: Sync access via a Node addon
npm install -D @typescript/native-preview
npx tsgo --version
Read up more on our blog!
The "tsgo" native Go port is now available on npm as an early preview 🎉
🔷 Checker: Most projects will see error parity with v5.8
🔷 Now supports JS and JSX
🔷 LSP: Auto-completions work
🔷 Perf: 10x win persists
🔷 API: Sync access via a Node addon
If you want to see how next-yak transpiles your input to static CSS have a look here: yak.js.org/playground
If you want to see how next-yak transpiles your input to static CSS have a look here: yak.js.org/playground
Install it, try it and write us what you think
yak.js.org/docs/eslint-...
Install it, try it and write us what you think
yak.js.org/docs/eslint-...
www.atriiy.dev/blog/rolldow...
That's the bell I think, the era of runtime css-in-js libraries is now definitively over. So long and thanks for all the divs.
That's the bell I think, the era of runtime css-in-js libraries is now definitively over. So long and thanks for all the divs.
Read the docs here: yak.js.org
Read the docs here: yak.js.org
(our 🦀 rust based 💅 styled-components to css compiler)
with a neat performance improvements thanks to React 19
(our 🦀 rust based 💅 styled-components to css compiler)
with a neat performance improvements thanks to React 19
Does anybody have some experience running SWC as a standalone tool in a vercel function? I want to provide a playground for our SWC plugin, but that has to run on the server. It runs perfectly fine locally, but vercel has some issues with path mapping and binary sizes
Does anybody have some experience running SWC as a standalone tool in a vercel function? I want to provide a playground for our SWC plugin, but that has to run on the server. It runs perfectly fine locally, but vercel has some issues with path mapping and binary sizes
Does anybody have some experience running SWC as a standalone tool in a vercel function? I want to provide a playground for our SWC plugin, but that has to run on the server. It runs perfectly fine locally, but vercel has some issues with path mapping and binary sizes
Now with
✅ New syntactic nullish/truthy checks
✅ Iterator helper methods & strictness checks
✅ Region-prioritized checking in editors
✅ Flexible --build behavior
and more! Try it today!
devblogs.microsoft.com/typescript/a...