swc/ecmascript/parser/tests/test262-error-references/fail/e4963d9605864d9a.js.stderr
강동윤 a1d33d023a
Improve ux using swc as a rust library (#893)
swc_ecma_parser:
 - Improve parser's error reporting story
 - Replace `Session`, `Handler`, `Emitter` with Parser.take_errors()
 - Expose `Error`
 - Remove useless lifetime parameters
2020-07-25 20:26:04 +09:00

13 lines
259 B
Plaintext

error: Expected RParen, got None
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:15
|
1 | ([(a = b)] = []
| ^
error: Not a pattern
--> $DIR/tests/test262-parser/fail/e4963d9605864d9a.js:1:3
|
1 | ([(a = b)] = []
| ^^^^^^^