Skip to content
jsmanifest logojsmanifest

Posts tagged “tooling

5 posts found

We Analyzed Over 1,500 CLAUDE.md and AGENTS.md Files on GitHub — Here's How Developers Actually Configure AI Agents

We Analyzed Over 1,500 CLAUDE.md and AGENTS.md Files on GitHub — Here's How Developers Actually Configure AI Agents

July 10, 2026

Original data: 1,562 real agent-config files from 1,532 public repos — the CLAUDE.md vs AGENTS.md split, file sizes, most common sections, rule counts, and MCP adoption.

aitypescripttooling+1
TypeScript isolatedDeclarations Deep Dive: Parallel d.ts Emit and What Library Authors Must Change

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
TypeScript 6.0 Released: The Last JavaScript-Based Version — New Features, Breaking Changes, and Migration Guide

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.

typescriptmigrationjavascript+1
Vite Plus and the Unified JavaScript Toolchain: One Config for Dev Build Test and Type-Check

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.

vitejavascripttooling+2
Create a Modern npm Package in 2026: Complete Guide

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.

npmtypescripttooling+1