We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012caf6 commit c48f419Copy full SHA for c48f419
src/docs/guide/usage/parser.md
@@ -16,7 +16,8 @@ The Rust crate `oxc_parser` is production ready.
16
17
- 3x faster than swc parser ([benchmark][url-benchmark]).
18
- parses `.js(x)` and `.ts(x)`.
19
-- passes all parser tests from Test262 and almost all from Babel and TypeScript.
+- passes all parser tests from Test262 and 99% from Babel and TypeScript.
20
+- [✅ works with checker.ts](https://x.com/robpalmer2/status/1805502964435505559)
21
22
## Installation
23
0 commit comments