{"library":"mahalo-transpiler","title":"Mahalo Transpiler","description":"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.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install mahalo-transpiler"],"cli":null},"imports":["import mahaloTranspiler from 'mahalo-transpiler'","import * as mahaloTranspiler from 'mahalo-transpiler'","import { transpile } from 'mahalo-transpiler'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import * as mahaloTranspiler from 'mahalo-transpiler';\n\nconst result: { text: string; map: string } = mahaloTranspiler('./module-name');\nconsole.log(result.text);","lang":"typescript","description":"Transpile a Mahalo module and log the output text.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}