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
225 B
Plaintext
13 lines
225 B
Plaintext
error: Unexpected token None
|
|
--> $DIR/tests/test262-parser/fail/7562c2148b3f455c.js:1:8
|
|
|
|
|
1 | ;/**/-->
|
|
| ^
|
|
|
|
error: TS1109
|
|
--> $DIR/tests/test262-parser/fail/7562c2148b3f455c.js:1:8
|
|
|
|
|
1 | ;/**/-->
|
|
| ^
|
|
|