Overview

First stable typescript release shipping the native Go-ported compiler. Claims typical 8x–12x full-build speedups vs TypeScript 6 with full type-checking; shared-memory multithreading via --checkers/--builders.

Benchmarks (Microsoft-measured)

CodebaseTS6TS7Speedup
VS Code125.7s10.6s11.9x
Sentry139.8s15.7s8.9x
Bluesky24.3s2.8s8.7x

Memory on VS Code: 5.2GB → 4.2GB (−18%). Editor open-with-error: ~17.5s → <1.3s.

Migration Caveats

  • No stable programmatic API until 7.1 — blocks full migration of typescript-eslint and several framework tools
  • Use @typescript/typescript6 / tsc6 side-by-side
  • Prefer adopting TS 6.0 first (deprecations → hard errors)

Warning

Attribute speedups to Microsoft measurements; real-world gains vary. GA date is 2026-07-08, not August ingest day.

Sources