Skip to content

Kudzu 0.8.45 - Plain TypeScript fast path

Choose a tag to compare

@bunzzeok bunzzeok released this 13 Aug 05:38
· 4 commits to main since this release

Kudzu 0.8.45 reduces large-project compiler work with a narrow fast path for proven plain TypeScript modules.

Highlights

  • Skips Kudzu TSX semantic transformation only for relative-only .ts modules.
  • Keeps the existing transformer for TSX, package imports, assets, unresolved edges, and uncertain forms.
  • Adds a maintained 500-module source-scale benchmark with alternating baseline/candidate samples and deploy equivalence checks.
  • Reduces compile median 39.2% and clean-build median 28.4% on the maintained fixture versus v0.8.44.
  • Emits identical deploy output and adds no browser runtime or public API.

Validation

  • npm run check: 160 pages
  • npm test: 209/209
  • npm run test:package: passed

See RELEASES.md and PERFORMANCE.md for details.