mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +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
217 B
Plaintext
13 lines
217 B
Plaintext
error: Unexpected eof
|
|
--> $DIR/tests/test262-parser/fail/0f175471e2f0c3d5.js:1:6
|
|
|
|
|
1 | class
|
|
| ^
|
|
|
|
error: Expected ident
|
|
--> $DIR/tests/test262-parser/fail/0f175471e2f0c3d5.js:1:1
|
|
|
|
|
1 | class
|
|
| ^^^^^
|
|
|