Skip to content

oxc

  • Oxlint is the fastest linter for JavaScript and TypeScript. It targets compatibility with the ESLint ecosystem.
  • Oxfmt is the fastest formatter. It targets Prettier-compatible formatting.
  • Parser is the fastest JS and TS parser with an AST for tooling.
  • Transformer provides fastest TS, JSX, and modern JavaScript transforms.
  • Minifier is the fastest minifier for production output.
  • Resolver is the fastest module resolver for JS and TS projects.
  • TypeScript Runner runs TypeScript and JSX directly in Node.js.
Oxc 组件对标工具作用
OxlintESLint代码检查
OxfmtPrettier代码格式化
ParserBabel Parser、SWC Parser生成 AST
TransformerBabel、SWCTS、JSX、现代语法转换
MinifierTerser、SWC MinifierJS 压缩
Resolverenhanced-resolve模块路径解析

Powered by VitePress