Skip to content

Kudzu 0.8.15 - Compiler architecture

Latest

Choose a tag to compare

@bunzzeok bunzzeok released this 07 Aug 15:09

Kudzu 0.8.15 makes the compiler architecture explicit in source and documentation: React-shaped TSX is normalized, analyzed into capability descriptors, and emitted as complete HTML plus route-specific ESM.

Highlights

  • Splits build orchestration from focused compiler passes, Worker compilation, code generation, and the development server.
  • Unifies page and imported-source normalization while restoring AST parent pointers after every pass.
  • Removes module-global custom-hook timer metadata in favor of explicit pass results.
  • Aligns the homepage, README, web docs, generator versions, and package guidance with actual compiler behavior.
  • Restores the 0.8.2 release page and improves documentation layout at a 390px viewport.
  • Adds dedicated AST helper and normalization coverage; the complete suite passes 153/153 tests.

Upgrade

npm install @kudzujs/core@^0.8.15