FeatureSet |
Represents various aspects of language version and support.
|
Identifiers |
JS identifier parsing utilities.
|
IdentifierToken |
A token representing an identifier.
|
LiteralToken |
A token representing a javascript literal.
|
Parser |
Parses a javascript file.
|
Parser.Config |
|
PredefinedName |
The set of all non-keyword, non-reserved words used in javascript.
|
Scanner |
Scans javascript source code into tokens.
|
SourceFile |
A source file.
|
StringLiteralToken |
A single or double quoted JavaScript string literal.
|
TemplateLiteralToken |
A token representing a javascript template literal substring.
|
Token |
A Token in a javascript file.
|