mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
e6191447fe
swc_ecma_parser: - Add support for optional tuple element (#978)
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
error: Expected ), got <eof>
|
|
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:15
|
|
|
|
|
1 | ([(a = b)] = []
|
|
| ^
|
|
|
|
error: Not a pattern
|
|
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:3
|
|
|
|
|
1 | ([(a = b)] = []
|
|
| ^^^^^^^
|
|
|