Web-based IDE for the OneLang transpiler (onelang.io). Current stable version: 0.0.2. Release cadence is early/experimental — no regular schedule yet. It provides a browser-based editing and transpilation environment for OneLang, a source-to-source transpiler that targets multiple languages. Key differentiators: focused specifically on OneLang workflow, integrates transpilation preview and multi-language output. Not yet production-ready; likely experimental and unstable.
npm install onelang-ideNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a OneLang IDE instance, transpiles a simple print statement to JavaScript, and logs the output.
Pin to a specific version or wait for stable release.
Use in a web application with bundler (Webpack, Vite) — not in Node scripts.
Call transpile separately for each target language.
Run `npm install onelang-ide` in your project directory.
Ensure you use `import { IDE } from 'onelang-ide'` and then `new IDE()`.No dependency data recorded yet.