swc/ecmascript/parser/tests/test262-error-references/fail/0053737b6145994c.js.stderr
강동윤 993b77b325
Improve error messages (#980)
swc_ecma_parser:
 - Improve error messages
2020-08-21 14:57:16 +09:00

7 lines
126 B
Plaintext

error: Trailing comma is not allowed
--> $DIR/tests/test262-parser/fail/0053737b6145994c.js:1:6
|
1 | var x, ;
| ^