The Lunet Transpiler is a build tool for the Lunet web frontend library (version 0.0.8, pre-release). It transpiles Lunet components or templates into standard JavaScript/HTML/CSS for browser consumption. Key differentiator: designed specifically for the Lunet ecosystem, offering custom syntax and optimizations not available in general-purpose transpilers like Babel. Release cadence is unstable as it is still in early development; breaking changes are expected between minor versions. Not suitable for production use yet.
npm install lunet-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles a simple Lunet component template into JavaScript code, demonstrating basic usage of the transpile function.
Pin to a specific version and monitor changelog.
Ensure 'lunet' core library is installed as a peer dependency.
npm install lunet
Use import { transpile } from 'lunet-transpiler'No dependency data recorded yet.