diff --git a/docs/index.md b/docs/index.md index 740f537a2b..775e043bb2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ --- layout: home hero: - name: "The JavaScript Oxidation Compiler" + name: 'The JavaScript Oxidation Compiler' tagline: A collection of JavaScript tools written in Rust image: src: https://raw.githubusercontent.com/oxc-project/oxc-assets/main/logo-round.png @@ -15,31 +15,31 @@ hero: link: https://github.com/oxc-project/oxc features: - title: Parser ✅ - details: 2x faster than swc
Passes 99% of Test262 + details: 2x faster than swc link: /docs/usage/parser linkText: Learn more - title: Linter ✅ - details: 50 - 100x faster than ESLint
Zero config + details: 50 - 100x faster than ESLint link: /docs/usage/linter linkText: Learn more - title: Resolver ✅ - details: 28x faster than enhanced-resolve
Feature complete + details: 28x faster than enhanced-resolve link: /docs/usage/resolver linkText: Learn more - title: Formatter 🚧 - details: Prettier compatible
Work in progress - - title: Transformer - details: Babel compatible
Prototype - - title: Minifier - details: Optimization of Google Closure Compiler
Prototype - - title: Ezno Type Checker - details: A novel TypeScript type checker - link: https://github.com/kaleidawave/ezno - external: true + details: Prettier compatible + - title: Transformer 🚧 + details: Babel compatible + - title: Minifier 🚧 + details: Faster and better at compression - title: Rspack Bundler ✅ - details: Rust port of Webpack
Partnership + details: Webpack Compatible link: https://rspack.dev external: true - title: Rolldown Bundler - details: Rust port of Rollup
Partnership + details: Rust port of Rollup + - title: Ezno Type Checker + details: A novel TypeScript type checker + link: https://github.com/kaleidawave/ezno + external: true ---