mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore: update README about conformance
This commit is contained in:
parent
8833a84840
commit
36f4a12b9f
2 changed files with 10 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -116,17 +116,18 @@ Positive Passed: 44000/44000 (100.00%)
|
|||
Negative Passed: 3915/3915 (100.00%)
|
||||
|
||||
Babel Summary:
|
||||
AST Parsed : 2064/2071 (99.66%)
|
||||
Positive Passed: 2054/2071 (99.18%)
|
||||
Negative Passed: 1333/1502 (88.75%)
|
||||
AST Parsed : 2065/2071 (99.71%)
|
||||
Positive Passed: 2062/2071 (99.57%)
|
||||
Negative Passed: 1332/1502 (88.68%)
|
||||
|
||||
TypeScript Summary:
|
||||
AST Parsed : 2330/2340 (99.57%)
|
||||
Positive Passed: 2323/2340 (99.27%)
|
||||
Negative Passed: 680/2532 (26.86%)
|
||||
TypeScript Summary:
|
||||
AST Parsed : 2337/2337 (100.00%)
|
||||
Positive Passed: 2331/2337 (99.74%)
|
||||
Negative Passed: 673/2535 (26.55%)
|
||||
```
|
||||
|
||||
Conformance for Test262 is now complete.
|
||||
Test262 conformance is complete. TypeScript parsing is complete.
|
||||
|
||||
Only unstable stage 3 `json-modules` and stage 3 `decorators` tests are skipped.
|
||||
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@
|
|||
//! AST Parsed : 44000/44000 (100.00%)
|
||||
//!
|
||||
//! Babel Summary:
|
||||
//! AST Parsed : 2064/2071 (99.66%)
|
||||
//! AST Parsed : 2065/2071 (99.71%)
|
||||
//!
|
||||
//! TypeScript Summary:
|
||||
//! AST Parsed : 2330/2340 (99.57%)
|
||||
//! AST Parsed : 2337/2337 (100.00%)
|
||||
//! ```
|
||||
//!
|
||||
//! # Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue