TypeScript 7.0 Beta is out 🎉
It's the 10x faster Go-based port 🔥
🔷 `tsgo` vs `tsc` CLIs allow comparing
🔷 --checkers sets checker thread count
🔷 --singleThreaded keeps parsing/emit/checking together
🔷 TS 6.0 deprecations are hard errors
🔷 API access is planned for TS 7.1
Rob Palmer
TypeScript 7.0 Beta is here!
Built on a new native and parallelized foundation, it's already being used on multi-million line codebases.
Read up more here and try it on your projects today!
devblogs.microsoft.com/typescript/a...
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a comple...