mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
a1d33d023a
swc_ecma_parser: - Improve parser's error reporting story - Replace `Session`, `Handler`, `Emitter` with Parser.take_errors() - Expose `Error` - Remove useless lifetime parameters
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
error: TS1005
|
|
--> $DIR/tests/test262-parser/fail/48dee14b7a3a3767.module.js:1:19
|
|
|
|
|
1 | export let[a] = 0 export let[b] = 0
|
|
| ^^^^^^
|
|
|