Module lexer

Source
Expand description

ECMAScript lexer.

Structs§

Lexer
TokenContexts
TokenFlags

Enums§

TokenContext
The algorithm used to determine whether a regexp can appear at a given point in the program is loosely based on sweet.js’ approach. See https://github.com/mozilla/sweet.js/wiki/design
TokenType