Posts tagged “type-stripping”
2 posts found
TypeScript 5.8 erasableSyntaxOnly Flag: What It Means for Your Codebase in 2026
June 22, 2026
The erasableSyntaxOnly compiler flag changes how teams write TypeScript for native Node.js execution. Learn which features it disables, why that matters for build pipelines, and how to migrate production code without breaking changes.
typescriptnodejscompiler-flags+1
TypeScript Without tsc in 2026: Type-Stripping in Node.js 24, Bun, and Deno Compared
June 16, 2026
Node.js 24, Bun, and Deno now run TypeScript natively through type-stripping. This post compares their approaches, performance characteristics, and when you still need tsc for production builds.
typescriptnodejsbun+3