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
333 B
Plaintext
13 lines
333 B
Plaintext
error: Expected Comma, got Some(Arrow)
|
|
--> $DIR/tests/test262-parser/fail/ca3dd7ea0b4626dd.js:1:23
|
|
|
|
|
1 | console.log(typeof () => {});
|
|
| ^^
|
|
|
|
error: Unexpected token Some(Arrow)
|
|
--> $DIR/tests/test262-parser/fail/ca3dd7ea0b4626dd.js:1:23
|
|
|
|
|
1 | console.log(typeof () => {});
|
|
| ^^
|
|
|