{"library":"onelang-ide","title":"OneIDE","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install onelang-ide"],"cli":null},"imports":["import { IDE } from 'onelang-ide'","import { runCode } from 'onelang-ide'","import type { TranspilerOptions } from 'onelang-ide'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { IDE } from 'onelang-ide';\n\nconst ide = new IDE();\nconst code = 'print(\"Hello World\");';\nconst result = ide.transpile(code, { target: 'javascript' });\nconsole.log(result);","lang":"typescript","description":"Creates a OneLang IDE instance, transpiles a simple print statement to JavaScript, and logs the output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}