mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(README): add try it out at top
This commit is contained in:
parent
8b8355d04a
commit
6fca022982
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
The Oxidation Compiler is currently creating a suite of tools for the JavaScript/TypeScript language, which comprises:
|
||||
|
||||
* [Parser](./crates/oxc_parser) - See [docs.rs/oxc_parser](https://docs.rs/oxc_parser)
|
||||
* [Linter](./crates/oxc_linter) - Work in progress
|
||||
* [Linter](./crates/oxc_linter) - Work in progress. Try it out! `npx oxidation-compiler@latest lint path`
|
||||
* Formatter
|
||||
* Transpiler
|
||||
* [Minifier](./crates/oxc_minifier) - Draft
|
||||
|
|
|
|||
Loading…
Reference in a new issue