mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
error: Unexpected eof
|
|
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:16
|
|
|
|
|
1 | ([(a = b)] = []
|
|
| ^
|
|
|
|
error: Not a pattern
|
|
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:3
|
|
|
|
|
1 | ([(a = b)] = []
|
|
| ^^^^^^^
|
|
|