mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(README): update objectives
This commit is contained in:
parent
8229471d8a
commit
da29e4a2f1
1 changed files with 2 additions and 5 deletions
|
|
@ -66,10 +66,7 @@ As of now, Oxc has a fully working parser and a prototype for the linter.
|
|||
The current objectives are:
|
||||
|
||||
* A MVP (Most Viable Product) for the linter.
|
||||
* Improve the parser for real usage. Areas include:
|
||||
* Performance
|
||||
* API
|
||||
* Pass more conformance tests
|
||||
* A prototype for the minifier.
|
||||
|
||||
## Linter
|
||||
|
||||
|
|
@ -83,7 +80,7 @@ Checked 3479 files in 335ms using 12 cores.
|
|||
Found 17 errors.
|
||||
```
|
||||
|
||||
And also in a large monorepo:
|
||||
And also in a huge monorepo:
|
||||
|
||||
```
|
||||
Checked 73660 files in 7415ms using 12 cores.
|
||||
|
|
|
|||
Loading…
Reference in a new issue