ELSEIF
Your brief EB
183 stories from 71 feeds 32 clusters Refreshed 9 minutes ago next pull 13:20

LANGUAGES Signal 368

Microsoft Releases TypeScript 7.0 with a Native Go Compiler, Delivering 10x Faster Builds

WHY IT MATTERS

For developers, this drastically reduces CI type-checking and local build times, with major codebases like VS Code seeing full builds drop from over two minutes to under eleven seconds. However, the lack of a stable programmatic API in this initial release means ecosystem tools like webpack loaders and typescript-eslint cannot integrate yet, requiring some teams to delay adoption until version 7.1.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The native Go compiler provides significant speed improvements, reducing full builds in tested codebases by roughly 8x to 12x and cutting error-highlighting latency in editors from seconds to milliseconds.

02

Version 7.0 does not include a stable programmatic API, temporarily blocking integration by tools such as webpack loaders, typescript-eslint, and various framework tooling.

03

Microsoft offers a compatibility package, @typescript/typescript6, and advises migrating to TypeScript 6.0 first, as 7.0 converts previous deprecations into hard errors and changes default settings.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
InfoQ Microsoft Releases TypeScript 7.0 with a Native Go Compiler, Delivering 10x Faster Builds Open ↗