Module rslint_parser::syntax::util[][src]

Expand description

General utility functions for parsing and error checking.

Functions

Check if the var declaration in a for statement has multiple declarators, which is invalid

Check the LHS expression inside of a for…in or for…of statement according to

Check if the use of a statement label is valid and the label is defined.

Check if assignment to an expression is invalid and report an error if so.

Check the bound names of a variable declaration and issue errors according to 13.3.1.1

Get the precedence of a token