Transform bitbox syntax to JavaScript. Version 1.0.25 is the current stable release. This package is part of the bitboxjs ecosystem and provides a transpiler that converts bitbox template syntax (similar to JSX) into standard JavaScript. It is used to compile .bitbox files into runnable JavaScript code. The library is designed for use with bitbox applications and is typically a build-time dependency. It has no active development cadence and is niche to the bitbox framework.
npm install bitbox-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile bitbox syntax to JavaScript using the default import and basic usage.
Upgrade Node.js to version 12 or higher.
Run 'npm install --save-dev @types/bitbox-transpiler' if using TypeScript.
Pin specific version and test upgrades carefully.
Run 'npm install bitbox-transpiler' to install it.
Ensure input is valid bitbox markup, e.g., '<div>...</div>'.
Ensure the input code is a full module or use appropriate transformer options.
No dependency data recorded yet.