- Reject duplicate bindings in catch parameter patterns - Reject redeclaration of catch parameter with let/const/function - Reject binding patterns with initializers in for-in heads (AnnexB only permits simple BindingIdentifier with initializer) - Reject 'await' as binding identifier in class static init blocks and module code |
||
|---|---|---|
| .. | ||
| bytecode | ||
| parser | ||
| ast.rs | ||
| ast_dump.rs | ||
| lexer.rs | ||
| lib.rs | ||
| parser.rs | ||
| scope_collector.rs | ||
| token.rs | ||