The Wire · Showcase
CODEMOD ADDS TOML SUPPORT AS TYPESCRIPT NATIVE PREVIEW ADVANCES
By RepoJournal · Filed · About Node.js
The jssg-types library shipped TOML language node support overnight, expanding codemod's AST capabilities just as TypeScript's native preview build marches toward production.
Codemod released @codemod.com/jssg-types 1.6.2 [1] with native TOML language node types and a new ast-grep/langs/toml module, giving developers broader language coverage for code transformation tooling. The timing matters: TypeScript native preview ticked forward to 7.0.0-dev.20260611.2 [2], narrowing the gap to a full release and signaling the Go-based rewrite is tracking toward stability. Neither change breaks existing workflows, but the TOML addition extends codemod's reach into modern configuration file patterns that Node projects increasingly rely on. Reliability desk merged its 2026-06-17 report , while the meeting artifacts bundler fixed a naming issue [3] that was causing coordination friction across working groups.
Action items
- → Review TOML transformation patterns if your codebase uses ast-grep for migrations codemod/codemod [monitor]
- → Track TypeScript native preview releases for production readiness signals microsoft/typescript-go [monitor]
References
- [1] dep(dev): bump @codemod.com/jssg-types from 1.6.1 to 1.6.2 ↗ nodejs/userland-migrations
- [2] dep(dev): bump @typescript/native-preview from 7.0.0-dev.20260604.1 to 7.0.0-dev.20260611.2 ↗ nodejs/userland-migrations
- [3] fix(bundler): fix meeting name ↗ nodejs/create-node-meeting-artifacts
FAQ
- What changed in Node.js on June 17, 2026?
- The jssg-types library shipped TOML language node support overnight, expanding codemod's AST capabilities just as TypeScript's native preview build marches toward production.
- What should Node.js teams do about it?
- Review TOML transformation patterns if your codebase uses ast-grep for migrations • Track TypeScript native preview releases for production readiness signals
- Which Node.js repositories shipped on June 17, 2026?
- nodejs/userland-migrations, nodejs/create-node-meeting-artifacts