Skip to content

Commit

Permalink
update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 20, 2023
1 parent 99496d0 commit 0fbb98e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,31 +15,31 @@ hero:
link: https://github.com/oxc-project/oxc
features:
- title: Parser ✅
details: 2x faster than swc<br>Passes 99% of Test262
details: 2x faster than swc
link: /docs/usage/parser
linkText: Learn more
- title: Linter ✅
details: 50 - 100x faster than ESLint<br>Zero config
details: 50 - 100x faster than ESLint
link: /docs/usage/linter
linkText: Learn more
- title: Resolver ✅
details: 28x faster than enhanced-resolve<br>Feature complete
details: 28x faster than enhanced-resolve
link: /docs/usage/resolver
linkText: Learn more
- title: Formatter 🚧
details: Prettier compatible<br>Work in progress
- title: Transformer
details: Babel compatible<br>Prototype
- title: Minifier
details: Optimization of Google Closure Compiler<br>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<br>Partnership
details: Webpack Compatible
link: https://rspack.dev
external: true
- title: Rolldown Bundler
details: Rust port of Rollup<br>Partnership
details: Rust port of Rollup
- title: Ezno Type Checker
details: A novel TypeScript type checker
link: https://github.com/kaleidawave/ezno
external: true
---

0 comments on commit 0fbb98e

Please sign in to comment.