Module oxc::parser

source ·

Structs§

  • Recursive Descent Parser for ECMAScript and TypeScript
  • Return value of parser consisting of AST, errors and comments

Enums§

Constants§

  • Maximum length of source which can be parsed (in bytes). ~4 GiB on 64-bit systems, ~2 GiB on 32-bit systems.