Jazzle is an early-stage, zero-dependency ECMAScript transpiler focused on speed and novel technique implementation (e.g., temporal dead zones, super-bound this). Current version is 0.0.0, which indicates a pre-release or initial development phase. It claims ~2x faster than Babel on early benchmarks. Differentiators include zero dependencies, very fast transpilation, and unique support for certain edge cases like temporal dead zones. However, it is not production-ready and lacks CLI, documentation, and maturity. Not recommended for real projects.
npm install jimpalaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile a simple destructuring assignment using the transform API and log the output code.
Use the JavaScript API (transform function) instead of CLI.
Run `npm install jazzle` in your project directory.
No dependency data recorded yet.