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
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
error: Unexpected token Some(RBrace)
|
|
--> $DIR/tests/test262-parser/fail/fe233d87f280ed04.js:1:10
|
|
|
|
|
1 | p = { q/ }
|
|
| ^
|
|
|
|
error: TS1109
|
|
--> $DIR/tests/test262-parser/fail/fe233d87f280ed04.js:1:8
|
|
|
|
|
1 | p = { q/ }
|
|
| ^
|
|
|