swc/crates/swc_ecma_parser/tests/test262-error-references/fail/b94007220f24ebe5.js.stderr
2021-11-10 19:00:54 +09:00

7 lines
152 B
Plaintext

error: Trailing comma is not allowed
--> $DIR/tests/test262-parser/fail/b94007220f24ebe5.js:1:19
|
1 | const x = 0, y = 1,;
| ^