Skip to content

Commit c48f419

Browse files
committed
✅ Works with checker.ts
closes #143
1 parent 012caf6 commit c48f419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/guide/usage/parser.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ The Rust crate `oxc_parser` is production ready.
1616

1717
- 3x faster than swc parser ([benchmark][url-benchmark]).
1818
- parses `.js(x)` and `.ts(x)`.
19-
- passes all parser tests from Test262 and almost all from Babel and TypeScript.
19+
- passes all parser tests from Test262 and 99% from Babel and TypeScript.
20+
- [✅ works with checker.ts](https://x.com/robpalmer2/status/1805502964435505559)
2021

2122
## Installation
2223

0 commit comments

Comments
 (0)