mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
1d0c78de6c
ecma_transforms: - implement es2015::instanceof - implement es2015::typeof_symbol - implement inline_globals pass ecma_parser: - `PResult<T>` is now `Result<T, ()>` and `Err(())` means that an error is emitted. - add docs
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
error: Unexpected eof
|
|
--> $DIR/tests/test262-parser/fail/d4e259842c4520e1.js:1:6
|
|
|
|
|
1 | 1 + (
|
|
| ^
|
|
|
|
error: Expected RParen
|
|
--> $DIR/tests/test262-parser/fail/d4e259842c4520e1.js:1:5
|
|
|
|
|
1 | 1 + (
|
|
| ^
|
|
|