swc/crates/swc_ecma_parser/tests/test262-error-references/fail/0557c70da3f698b5.module.js.stderr

7 lines
181 B
Plaintext
Raw Normal View History

x Unexpected token `,`. Expected identifier or string
,-[$DIR/tests/test262-parser/fail/0557c70da3f698b5.module.js:2:1]
2 | import {b,,c} from 'a';
: ^
`----