Definition

Codename / effort for microsoft’s faithful native port of the typescript compiler and tools from a JS-bootstrapped codebase to Go, enabling native speed and shared-memory parallelism. Shipped as mainline in typescript-7.

Key Points

  • Structure/logic preserved for semantic parity with TS 6
  • Earlier previews used @typescript/native-preview / tsgo; GA uses standard typescript npm package / tsc
  • Unlocks CI and editor gains critical for coding-agents iterating on large TS monorepos

Sources