Features
- 3x faster than swc parser (benchmark).
- Parses .js(x) and .ts(x).
원문에는 타입스크립트 언급이 빠져있지만 oxc-parser 가이드 페이지에는 ts 지원한다고 명시되어 있습니다
Features
- 3x faster than swc parser (benchmark).
- Parses .js(x) and .ts(x).
원문에는 타입스크립트 언급이 빠져있지만 oxc-parser 가이드 페이지에는 ts 지원한다고 명시되어 있습니다
swc 는 ts 파싱도 되는데 비교하긴 좀 ...