mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: update README
This commit is contained in:
parent
85955d7147
commit
22da771cab
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@ Test262 Summary:
|
|||
AST Parsed : 43934/43934 (100.00%)
|
||||
|
||||
Babel Summary:
|
||||
AST Parsed : 2043/2057 (99.32%)
|
||||
AST Parsed : 2044/2057 (99.37%)
|
||||
|
||||
TypeScript Summary:
|
||||
AST Parsed : 4287/4861 (88.19%)
|
||||
AST Parsed : 4290/4861 (88.25%)
|
||||
```
|
||||
|
||||
(The parser is failing some of the TypeScript recoverable parser tests.)
|
||||
|
|
@ -50,7 +50,7 @@ AST Parsed : 4287/4861 (88.19%)
|
|||
## Learning Resources
|
||||
|
||||
* My [small tutorial on how to write a JavaScript Parser in Rust](https://boshen.github.io/javascript-parser-in-rust/)
|
||||
* [Insert your aspirational learning resources here]
|
||||
* [Insert your inspirational learning resources here]
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue