Module parser

Module parser 

Source
Available on crate features __ecma and __parser only.

Modules§

error
input
lexer
ECMAScript lexer.
token
Ported from babel/babylon

Structs§

Context
EsSyntax
Lexer
Parser
EcmaScript parser.
ParserCheckpoint
StringInput
Implementation of Input.
TsSyntax

Enums§

Syntax

Traits§

Input

Functions§

parse_file_as_commonjs
Note: This is recommended way to parse a file.
parse_file_as_expr
Note: This is recommended way to parse a file.
parse_file_as_module
Note: This is recommended way to parse a file.
parse_file_as_program
Note: This is recommended way to parse a file.
parse_file_as_script
Note: This is recommended way to parse a file.
with_file_parser

Type Aliases§

PResult