A transpiler for the Momoko project that converts custom syntax into target code. Current stable version is 2.0.3. The package is tightly coupled with the Momoko ecosystem and offers specialized transformation rules not found in general transpilers. Release cadence is irregular, aligned with Momoko updates. Differentiators include lightweight implementation and direct integration with ckParser grammar.
npm install ck-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using the transpile function with options, including error handling.
Replace `import ckTranspiler from 'ck-transpiler'` with `import { transpile } from 'ck-transpiler'`.Use `transpile` with `{ mode: 'transform' }` option instead.Update Node.js to version 14 or later.
Run `npm install ck-transpiler` to install the package.
Use `import { transpile } from 'ck-transpiler'` instead of `import ckTranspiler from ...`.No dependency data recorded yet.