Posts tagged “tooling”
4 posts found
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.
TypeScript 6.0 Released: The Last JavaScript-Based Version — New Features, Breaking Changes, and Migration Guide
June 15, 2026
TypeScript 6.0 ships as the final JavaScript-based release before the Go compiler rewrite. Learn the breaking changes, new features, and migration path that will define your 2026-2027 upgrade strategy.
Vite Plus and the Unified JavaScript Toolchain: One Config for Dev Build Test and Type-Check
June 15, 2026
Most JavaScript tooling complexity stems from managing separate configs for dev servers, linters, formatters, bundlers, and test runners. Vite+ eliminates this fragmentation with a single unified toolchain that covers the entire development lifecycle.
Create a Modern npm Package in 2026: Complete Guide
March 8, 2026
Learn how to build and publish a modern npm package in 2026 with TypeScript, tsup, and best practices that actually matter. Skip the over-configuration trap.