Oxc is an MIT licensed open source project, governed by:
- @boshen - Project Lead
- @yyx990803 - voidzero
- and the core team
Oxc is also a project of VoidZero Inc., see our annoucement Announcing VoidZero - Next Generation Toolchain for JavaScript.
If you have requirements for JavaScript tools at scale, please get in touch!
Major projects in this organization:
| Project | Description | Link |
|---|---|---|
| oxlint | ESLint-compatible linter | |
| oxfmt | Prettier-compatible formatter | |
| tsgolint | Type-aware linting for oxlint | |
| eslint-plugin-oxlint | Turn off all rules already supported by oxlint | |
| oxlint-migrate | Generates a .oxlintrc.json from an existing ESLint flat config |
|
| oxc-parser | JavaScript and TypeScript parser | |
| oxc-resolver | ESM / CJS module resolution | |
| oxc-transform | JavaScript and TypeScript transformer | |
| oxc-walker | A wrapper around estree-walker that accepts an oxc AST |
|
| oxc-minify | JavaScript and TypeScript minifier | |
| oxc-node | Fast and friendly Node.js devtools | |
| oxc-webpack-loader | Webpack loader for Oxc | |
| oxc-webpack-plugin | Webpack plugin for Oxc | |
| oxc-vscode | Oxc VS Code Extension | VS Code Marketplace |
| oxc-intellij-plugin | Oxc IntelliJ Plugin | JetBrains Marketplace |
| coc-oxc | Oxc extension for coc.nvim | |
| oxc-zed | Oxc extension for Zed | Zed Extensions |
| website | Oxc documentation and project site | oxc.rs |
| playground | Online Oxc playground | playground.oxc.rs |
| oxlint-action | GitHub Actions task to run Oxlint | Action |
| oxfmt-action | GitHub Actions task to run Oxfmt | Action |
| unicode-id-start | Determine whether characters have the ID_Start or ID_Continue properties | crates.io |
| oxc-index-vec | Forked version of index_vec | crates.io |
| oxc-miette | Forked version of miette | crates.io |
| oxc-sourcemap | Forked version of rust-sourcemap | crates.io |
| oxc-browserslist | Rust port of browserslist | crates.io |
| javascript-globals | Rust fork of globals | crates.io |
| oxc-toml | Taplo forked for Oxfmt | crates.io |