TypeScript 7 RC ships with Go-based compiler delivering 10x speed improvements
By
@jatnieldev
13d ago· 5 min readenNews
Summary
Microsoft has shipped TypeScript 7 Release Candidate, with the major change being that the entire compiler has been rewritten in Go instead of TypeScript/JavaScript. This rewrite delivers approximately 10x performance improvements. The migration was done methodically from the existing codebase, preserving identical type-checking logic to TypeScript 6, so developers don't need to change how they write TypeScript. The stable release is expected next month.
Source
Key quotes
· 4 pulledIt's that the entire compiler has been rewritten in Go.
Over the past year, the team ported the existing codebase (until now, TypeScript that compiled to JavaScript) to Go.
It was done methodically from the current implementation, not rewritten from scratch, so the type-checking logic stays structurally identical to TypeScript 6.
You don't change how you write TypeScript, you just get more speed.
TypeScript 7 RC is here: the compiler now runs on Go, around 10x faster, plus how to migrate without breaking anything.
You might also wanna read
TypeScript Website Launches Major Update with New Documentation, Playground Plugins, and tsconfig Reference
The article announces the second launch of the new TypeScript website, featuring significant updates including new documentation tools, a pl
SDK, Go SDK - Go SDK v7.0.0 Released
Cloudflare·2mo ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.