A TypeScript-based transpiler for Mahalo applications (v0.6.1). Provides module transpilation with source map generation. Primarily used in development workflows for compiling Mahalo-specific syntax. Alternative to custom build tooling for Mahalo projects. Low release cadence (last update >2 years ago). Requires TypeScript and Node.js.
npm install mahalo-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile a Mahalo module and log the output text.
Use ES module import syntax or upgrade to a bundler that can handle ESM.
Update code to access result.text and result.map.
Run npm install --save-dev @types/mahalo-transpiler.
Use relative paths or path.resolve with process.cwd().
Run npm install --save-dev mahalo-transpiler.
Use import * as mahaloTranspiler from 'mahalo-transpiler'.
Switch to import syntax or configure bundler to handle ESM.
No dependency data recorded yet.