{"library":"oxbuild","title":"oxbuild","description":"oxbuild is an ultra-fast tsc-like compiler built on top of the oxc toolchain. It transpiles TypeScript, JavaScript, JSX, and TSX, emits .d.ts files for projects with isolatedDeclarations, and generates JS source maps. Current stable version is 0.1.5, released via npm and crates.io with no fixed release cadence until stable. Its key differentiator is raw speed compared to tsc and swc by leveraging the oxc parser written in Rust. As of v0.1.5, it is still in alpha, not recommended for production use, and limitations include incomplete TSConfig support and experimental declarations.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install oxbuild"],"cli":{"name":"oxbuild","version":null}},"imports":["npx oxbuild","npm install -g oxbuild","oxbuild --tsconfig tsconfig.json"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install globally\nnpm install -g oxbuild\n\n# In a TypeScript project, compile from ./src to ./dist\noxbuild\n\n# With custom tsconfig\noxbuild --tsconfig tsconfig.json\n\n# With debug logs\nRUST_LOG=debug oxbuild","lang":"javascript","description":"Shows global installation and basic CLI usage: running oxbuild in a project with default src/ layout.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}