Working on @rspack.dev (Rspack, Rsbuild, Rspress, Rsdoctor, Rslib, Rstest, Rslint).
If you’ve been thinking about trying Rstest, now might be a good time to give it a shot.
If you’ve been thinking about trying Rstest, now might be a good time to give it a shot.
⚡️ Startup 10-20 ms faster
⚡️ HMR 5-10 ms faster
⚡️ Startup 10-20 ms faster
⚡️ HMR 5-10 ms faster
Swapping import "typescript" with require('typescript').
It skips Node's cjs-module-lexer overhead. 😅
Swapping import "typescript" with require('typescript').
It skips Node's cjs-module-lexer overhead. 😅
Now I work with tsgo locally, but CI runs on TypeScript 5.x — more stable that way.
Now I work with tsgo locally, but CI runs on TypeScript 5.x — more stable that way.
⚡ Barrel file optimization → faster builds
✨ Lazy compilation for dynamic imports → faster dev startup
🎯 Inline const for TS enums → smaller bundles
⚡ Barrel file optimization → faster builds
✨ Lazy compilation for dynamic imports → faster dev startup
🎯 Inline const for TS enums → smaller bundles