mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +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
214 B
Plaintext
13 lines
214 B
Plaintext
error: Unexpected eof
|
|
--> $DIR/tests/test262-parser/fail/f51aea0352bb03f3.js:1:4
|
|
|
|
|
1 | --1
|
|
| ^
|
|
|
|
error: Cannot assign to this
|
|
--> $DIR/tests/test262-parser/fail/f51aea0352bb03f3.js:1:3
|
|
|
|
|
1 | --1
|
|
| ^
|
|
|