Lexius Transpiler is a web-based transpiler for the Lexius language, designed for safe and isolated code transformation. Current stable version is 1.1.0, with frequent releases. It operates in a resource-limited, language-agnostic manner, ensuring no compromise to the host environment. Key differentiators include sandboxed execution, cross-platform support, and a focus on security.
npm install lexius-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates both function and class-based transpilation with options.
Update imports and calls: replace `transpile` with `lexiusTranspile`.
Replace `new LexiusTranspiler(options)` with `lexiusTranspile(code, options)`.
Ensure `target` is at least 'es2022' when using `format: 'esm'`.
Use `import { lexiusTranspile } from 'lexius-transpiler'`Run `npm install lexius-transpiler` and ensure package.json is present.
No dependency data recorded yet.