{"id":27194,"library":"ody-transpiler","title":"ody-transpiler","description":"A JavaScript/TypeScript transpiler utility, version 1.0.6, providing transformation capabilities for code. Its release cadence is unknown. Key differentiators vs alternatives are not documented. Currently minimal documentation and niche usage.","status":"active","version":"1.0.6","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install ody-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add ody-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add ody-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package appears to be ESM only; no default export documented.","wrong":"const transpile = require('ody-transpiler')","symbol":"default import","correct":"import transpile from 'ody-transpiler'"},{"note":"Assuming named export; verify actual named exports.","wrong":null,"symbol":"transpile (named)","correct":"import { transpile } from 'ody-transpiler'"},{"note":"Type import only; not a runtime value.","wrong":"const { TransformOptions } = require('ody-transpiler')","symbol":"TransformOptions","correct":"import type { TransformOptions } from 'ody-transpiler'"}],"quickstart":{"code":"import { transpile } from 'ody-transpiler';\n\nconst code = `const x = 1;`;\nconst result = transpile(code, {\n  modules: 'commonjs',\n  sourceMaps: true\n});\n\nconsole.log(result.code);\nconsole.log(result.map);\n","lang":"typescript","description":"Demonstrates basic usage: transpile a code snippet with CommonJS output and source maps."},"warnings":[{"fix":"Inspect node_modules or source directly to understand exports.","message":"Package documentation is minimal; actual API may differ from examples.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Check npm scope or use full package name.","message":"The package name 'ody-transpiler' is generic; could conflict with other tools.","severity":"gotcha","affected_versions":"all"},{"fix":"Pin to exact version or verify updates.","message":"Only version 1.0.6 is published; newer versions may not exist.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"npm install ody-transpiler","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'ody-transpiler'"},{"fix":"Check documentation for valid options; only 'modules' and 'sourceMaps' are known.","cause":"Unsupported options passed to transpile function.","error":"TranspileError: Invalid Options"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}