TypeScript is not TypeScript anymore...
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
TypeScript 7 release candidate is out, featuring a complete rewrite of the TypeScript compiler from TypeScript/JavaScript to Go. The rewrite delivers roughly 10x faster type checking — benchmarks on the Playwright repo show a drop from ~6 seconds to ~0.87 seconds. Key improvements include multi-core parallelism (previously single-threaded), new `--checkers` and `--builders` flags for controlling parallel workers, and a rewritten watch mode. The only language-level change is that template literal types now correctly preserve Unicode code points. Upgrading from TypeScript 6 to 7 should have no breaking changes; going from 5 to 7 requires passing through 6 first. A stable programmatic API for tooling authors is planned for 7.1, with a compatibility package to run v6 and v7 side by side.