This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-19 03:31:45 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
b27829825e
swc
/
ecmascript
/
parser
/
tests
/
test262-error-references
/
fail
/
0889113e04d3203f.js.stderr
7 lines
108 B
Plaintext
Raw
Normal View
History
Unescape
Escape
More works (#66) 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
2018-11-18 08:00:07 +03:00
error: Unexpected eof
--> $DIR/tests/test262-parser/fail/0889113e04d3203f.js:1:6
|
1 | class
| ^
Reference in New Issue
Copy Permalink