mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
error: Unexpected token `,`. Expected identifier or string
|
|
--> $DIR/tests/test262-parser/fail/87d2d99776638ab6.module.js:1:11
|
|
|
|
|
1 | import {b,,} from 'a';
|
|
| ^
|
|
|