{"library":"transpiler","type":"library","category":null,"description":"AST-based transpiler wrapper for Node.js, version 1.2.0 (last release unknown, appears stable but rarely updated). It provides a simple way to define node handlers that transform AST nodes into strings. Unlike full-featured compiler toolkits like Babel, it is focused on lightweight, minimal transpilation without dependencies. Supports overrides per transpile call.","language":"javascript","status":"maintenance","version":"1.2.0","tags":["javascript","ast","transpile"],"last_verified":"Fri May 01","install":[{"cmd":"npm install transpiler","imports":["const { create } = require('transpiler');\nconst transpiler = create(spec);","const myTranspiler = create(spec);\nmyTranspiler.transpile(ast);","myTranspiler.transpile(ast, data, options);"]},{"cmd":"yarn add transpiler","imports":[]},{"cmd":"pnpm add transpiler","imports":[]}],"homepage":null,"github":"https://github.com/asmblah/transpiler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/transpiler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}