mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
error: Expected a semicolon
|
|
--> $DIR/tests/test262-parser/fail/48dee14b7a3a3767.module.js:1:19
|
|
|
|
|
1 | export let[a] = 0 export let[b] = 0
|
|
| ^^^^^^
|
|
|