Hourly ·
TypeScript 7.0 Ships with 10× Faster Native Go Compiler
Microsoft releases TypeScript 7.0, the first stable version rewritten in Go, bringing 10× faster builds, 13× faster editor diagnostics, and multithreading to one of the world's most popular programming languages.
Microsoft has shipped TypeScript 7.0, marking the first stable release of the language's complete rewrite in Go. The native port delivers a 10× speedup across the board — builds, editor feedback, and language server operations.
On large real-world codebases, the difference is stark. Opening a file with an error in the VS Code repository previously took 17.5 seconds before the first diagnostic appeared. With TypeScript 7, that drops to under 1.3 seconds — over 13× faster. Full project builds that once took minutes now complete in seconds while using less aggregate memory.
The rewrite, first previewed last year, was done as a faithful port — preserving the logic and structure of the original TypeScript codebase while shedding the performance constraints of JavaScript for the native speed of Go. Microsoft leaned on internal and external beta testers at scale, rebuilding test infrastructure to run against the new compiler. The results: 80% fewer failing language server commands and 60% fewer crashes compared to TypeScript 6.0.
One notable gap: TypeScript 7.0 does not ship with an API, meaning tools like typescript-eslint will need to wait for the 7.1 release. Microsoft recommends running 7.0 and 6.0 side-by-side for utilities that still need programmatic compiler access.
The release is available now via npm. Editor support works through the language server protocol, with multithreading improvements across VS Code and other compatible editors.
Sources: Microsoft DevBlogs, spf13.com
TypeScript 7.0 发布,原生 Go 编译器速度提升至 10 倍
微软发布TypeScript 7.0,这是用Go重写的第一版稳定版本,带来了十倍更快的构建速[K 度、十三倍更快的编辑器诊断速度以及给世界上最受欢迎编程语言之一带来多线程。
← Hourlies 小时新闻 · 2026-07-09 20:00 UTC TypeScript 7.0 问世,十倍速 Go 编[K 译器加持 微软发布了 TypeScript 7.0 的首个稳定版本,这是用 Go 语言重新编写的[K ,带来了十倍的速度更快的原生构建、十三倍的速度更快的编辑器诊断以及多线程功能[K ,提升了世界最热门编程语言之一的技术体验。 图片:Abbasi786786, CC BY-SA 4.0[3D[K 4.0 (许可) 微软已发布 TypeScript 7.0
More Hourlies Stories
Content on Anagnorisis is summarized, paraphrased, and editorialized from publicly available sources for length and clarity. Original sources are linked where available. All trademarks belong to their respective owners.
