Posts tagged “build-performance”
3 posts found
TypeScript 6.0 Declaration Emit Is Now Parallel by Default: What Your Monorepo Build Actually Gains
September 22, 2026
TypeScript 6.0's parallel declaration emit removes the sequential bottleneck that adds minutes to monorepo builds. This post measures the actual performance difference and shows what changes in your build pipeline.
typescriptmonorepobuild performance+2
TypeScript 6.0 isolatedDeclarations: What It Actually Replaces and Why It Matters
July 5, 2026
TypeScript 6.0's isolatedDeclarations replaces the type checker bottleneck in .d.ts generation, enabling parallel builds and sub-second declaration emit in monorepos.
typescriptbuild-performancetype-definitions+2
TypeScript isolatedDeclarations Deep Dive: Parallel d.ts Emit and What Library Authors Must Change
June 16, 2026
The isolatedDeclarations flag unlocks parallel declaration emit but breaks type inference. Here's what library authors must change and why the performance gains matter for monorepos.
typescriptbuild-performancemonorepo+2