SAN FRANCISCO — Microsoft on Wednesday unveiled the architectural blueprint for TypeScript 7.0, confirming that the next major release of the widely-used programming language will feature a self-hosted compiler written entirely in TypeScript and running natively on Google's V8 engine — eliminating the longstanding dependency on a JavaScript bootstrap layer that has defined the toolchain since its debut in 2012.

The announcement came less than 24 hours after Microsoft released TypeScript 6.0, which the company described as 'the last version built on JavaScript.' Speaking at a developer briefing streamed from Microsoft's Redmond, Washington campus, TypeScript lead architect Anders Hejlsberg said the transition had been in planning for over two years. 'TypeScript 6.0 closes a chapter. TypeScript 7.0 opens an entirely new one — the language finally builds itself,' Hejlsberg said.

The self-hosting milestone is considered a landmark in programming language maturity, signaling that TypeScript has reached sufficient stability and performance to compile its own source code without relying on an external language runtime. Benchmarks shared by the TypeScript team suggest the new compiler pipeline delivers a 40 to 60 percent reduction in cold-start build times for large enterprise codebases, a pain point frequently cited by engineering teams at companies including Airbnb, Stripe, and Bloomberg.

The developer community responded swiftly, with the announcement trending on Hacker News and GitHub Discussions within hours of the livestream. The open-source repository for the TypeScript 7.0 preview branch recorded over 3,000 stars in its first six hours. Some developers raised questions about backward compatibility, particularly around legacy decorator syntax and CommonJS interoperability, though Microsoft's documentation team published a detailed migration guide alongside the announcement.

Analysts noted the timing is strategically significant as Apple prepares to host its Worldwide Developers Conference in June, where Swift's toolchain improvements are expected to be a centerpiece. By establishing TypeScript's self-hosting milestone now, Microsoft positions the web development ecosystem — where TypeScript dominates — as equally technically ambitious. 'This is Microsoft planting a flag ahead of WWDC season,' said Erin Chao, principal analyst at Redwood Technology Research. 'They want enterprise developers thinking about TypeScript's future before Apple starts talking about Swift's.'

A public preview of the TypeScript 7.0 compiler is expected to be available via npm by late April, with a stable release targeted for the third quarter of 2026.