Date | Milestone :----------|----------- 2026-09-04 | Beta Prep 2026-09-09 | 7.1 Beta Release 2026-10-16 | RC Prep 2026-10-20 | 7.1 RC Release 2026-11-06 | Stable Prep 2026-11-10 | 7.1 Stable Release ## Language and Compiler * Stabilize API * [Content Mapper API](https://github.com/microsoft/typescript-go/pull/4712) * [Emit API](https://github.com/microsoft/typescript-go/pull/4699) * Language Service API * [Support `type` On Import Attributes](https://github.com/microsoft/TypeScript/issues/46135) * [Investigate Node 26 Package Maps](https://nodejs.org/api/packages.html#package-maps) * [Add `es2026` option for `lib` and `target`](https://github.com/microsoft/TypeScript/issues/63704) * [`lib.d.ts` Updates for New Iterator Methods](https://github.com/microsoft/TypeScript/issues/63700) * [`Promise.allKeyed` and `Promise.allSettledKeyed`](https://github.com/microsoft/TypeScript/issues/63701) * [`lib.d.ts` Updates for DOM](https://github.com/microsoft/TypeScript/issues/63702) ## Editor Productivity * Replace Existing API Integrations in VS Code * Investigate New Expandable Hover API in LSP * Investigate Multi-document Highlighting API in LSP * Investigate Region Diagnostics in LSP ## Performance * [Faster Union Type Construction](https://github.com/microsoft/typescript-go/pull/4687) * [Lazily Collect Source File Identifiers](https://github.com/microsoft/typescript-go/pull/4731) * [Fast Path for Assignment Narrowing on Unions](https://github.com/microsoft/typescript-go/pull/4711) * [Fast Path for Equality & `switch`/`case` Narrowing on Unions](https://github.com/microsoft/typescript-go/pull/4781) * [Optimize Representations of Checker-Specific Side-Tables](https://github.com/microsoft/typescript-go/pull/4329) * [Experiment with Algorithms for Distributing Files Across Type-Checkers](https://github.com/microsoft/typescript-go/pull/4313) * Probably more! ## Infrastructure * Static Analysis for Nil Checking and Casts * Migrate repository to microsoft/TypeScript * Overhaul of Publishing Pipeline * [Publish wasm (wasip1?) Build](https://github.com/microsoft/typescript-go/pull/4733) * [Publish Android ARM64 Build](https://github.com/microsoft/typescript-go/pull/4734) * [Flaky Diagnostics Detection](https://github.com/microsoft/typescript-go/pull/4710) ## Website * Monaco LSP Feedback * Getting Playground Running with wasm * Speed up website builds
Language and Compiler
typeOn Import Attributeses2026option forlibandtargetlib.d.tsUpdates for New Iterator MethodsPromise.allKeyedandPromise.allSettledKeyedlib.d.tsUpdates for DOMEditor Productivity
Performance
switch/caseNarrowing on UnionsInfrastructure
Website