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