Reject parenthesized object and array literals when a destructuring assignment element is refined into a nested assignment pattern. These grouped forms do not cover AssignmentPattern, while parenthesized simple assignment targets such as identifiers and member expressions remain valid. Add local syntax coverage for the invalid nested patterns and the valid simple target cases. |
||
|---|---|---|
| .. | ||
| AST | ||
| Bytecode | ||
| Runtime | ||
| CMakeLists.txt | ||
| test-bytecode-cache.cpp | ||
| test-js-ast.py | ||
| test-js-bytecode.py | ||
| test-js.cpp | ||
| test-primitive-string.cpp | ||
| test-value-js.cpp | ||