oxc/crates/oxc_parser
2023-09-11 23:25:19 +08:00
..
examples chore(parser): add an AST Send example (#712) 2023-08-10 15:56:31 +08:00
src perf(parser): remove an extra branch from parse_member_expression_rhs hot path (#896) 2023-09-11 23:25:19 +08:00
Cargo.toml chore(deps): bump the dependencies group with 6 updates (#852) 2023-09-04 15:46:27 +08:00
README.md improve README (#800) 2023-08-27 22:36:17 +08:00

Oxc Parser

Parser Conformance

The cargo coverage command reports the following conformance summary

Test262 Summary:
AST Parsed     : 44000/44000 (100.00%)
Positive Passed: 44000/44000 (100.00%)
Negative Passed: 3915/3915 (100.00%)

Babel Summary:
AST Parsed     : 2065/2071 (99.71%)
Positive Passed: 2062/2071 (99.57%)
Negative Passed: 1332/1502 (88.68%)

TypeScript Summary:
AST Parsed     : 2337/2337 (100.00%)
Positive Passed: 2331/2337 (99.74%)
Negative Passed: 673/2535 (26.55%)

Only some stage 3 are skipped.