Crate swc_ecma_fast_parser

source
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§

Type Aliases§

  • Result type for parser operations