jszz is a simple TypeScript/JSX transpiler designed for lightweight projects. As of version 0.0.0, it is in early development with no stable release or release schedule. It differentiates from established transpilers (like Babel or SWC) by aiming for minimal configuration and a smaller footprint, but lacks production readiness and community support.
npm install jszzNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage of the transform function to transpile TypeScript code.
Pin to a specific version and test upgrades.
Check the supported features list in the documentation.
Replace 'compile' with 'transform'.
Enable TypeScript mode by setting { typescript: true } in options.Use import jszz from 'jszz' or use dynamic import().
No dependency data recorded yet.