crates/oxc_parser/README.md
High-performance JavaScript and TypeScript parser with comprehensive language support.
This crate provides a fast, spec-compliant parser for JavaScript and TypeScript that produces a complete Abstract Syntax Tree (AST). It supports all modern language features including JSX, TSX, and the latest ECMAScript proposals.
The parser produces an AST that closely follows ECMAScript specifications:
The parser is designed as the foundation for all other oxc tools, providing the high-quality AST needed for analysis, transformation, and code generation.