oj_compiler 0.0.4

Fused per-file pipeline
Documentation

The fused per-file compile pipeline.

One arena, one parse, one fused transform pass-set, one codegen. For TSX/TS/JSX: strip types, apply JSX (automatic runtime), then React Fast Refresh instrumentation (dev), emitting JS plus sourcemap.

Never re-parses between stages; keep it allocation-conscious.