Skip to content

v0.2.2

Choose a tag to compare

@dannote dannote released this 12 Mar 04:10
· 159 commits to master since this release

Current release on Hex.

Features

  • Parse JS/TS/JSX/TSX into ESTree AST (maps with atom keys)
  • Transform TypeScript → JavaScript, JSX → createElement/jsx calls
  • Minify with dead code elimination, constant folding, and variable mangling
  • Bundle multiple TS/JS modules into a single IIFE with dependency resolution
  • Walk/Collect helpers for AST traversal and node filtering

Built on OXC v0.117.