Skip to main content

Module token

Module token 

Source
Expand description

Boa’s implementation of all ECMAScript Tokens.

More information:

Structs§

ContainsEscapeSequence
Indicates if an identifier contains an escape sequence.
EscapeSequence
Indicates the set of escape sequences a string contains.
Token
This represents the smallest individual words, phrases, or characters that JavaScript can understand.

Enums§

Numeric
Represents the type different types of numeric literals.
TokenKind
Represents the type of Token and the data it has inside.