Module parser

Module parser 

Source
Expand description

JavaScript/TypeScript parser.

See the oxc_parser module-level documentation for more information.

Structsยง

ParseOptions
Parse options
Parser
Recursive Descent Parser for ECMAScript and TypeScript
ParserReturn
Return value of Parser::parse consisting of AST, errors and comments