Expand description
High-performance ECMAScript/TypeScript parser
This parser is designed for maximum performance and memory efficiency, operating at the byte level for optimal throughput.
Modules§
- High-performance token implementation
Structs§
- Parser error
- High-performance lexer for ECMAScript/TypeScript
- High-performance parser for ECMAScript/TypeScript
- Single-threaded source comments storage
- Syntax configuration for the parser
Enums§
- Types of parser errors
- Target ECMAScript version
Type Aliases§
- Result type for parser operations