Hook

Their other posts in the index, biggest breakout first.
Today we're proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to deliver on JavaScript that scales. By bringing strong type-checking and rich tooling to the world of JavaScript, TypeScript made it possible to build non-trivial high-quality apps across platforms. Last year, our team unveiled TypeScript's next step in scaling: making every part of the toolset an order of magnitude faster. The mission was a native port of TypeScript built in Go that could make the most of modern hardware. This port was done as faithfully as possible, writing new code while maintaining the You can see this on real world projects. In fact, you can try comparing on a few open-source projects yourself. Here are the build times of running TypeScript 6 and 7 on some fairly open source codebases. And teams that have adopted it are already seeing huge improvements. The VS Code codebase saw nearly a 12x compilation speed up. Bluesky 8.7x, Playwright 8.7x. And TypeScript 7 also typically does better while asking for less aggregate memory over the span of a build. Of course, there's more to the experience than the full build. On the same computer, opening a file with It's never been easier to get started. Just simply install the TypeScript 7 extension today.