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.
- Parser
Checkpoint - String
Input - Implementation of Input.
- TsSyntax
Enums§
Traits§
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