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
2025-01-08 23:10:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
cffe5ca58e
swc
/
crates
/
swc_ecma_parser
/
tests
/
span
/
js
/
super
/
expr.js.spans
7 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(es/parser): Add an option to allow `super` outside of class methods (#3427)
2022-02-04 07:21:16 +03:00
feat(common): Implement a pretty error reporter (#3946)
2022-03-13 22:07:18 +03:00
x Invalid access to super
fix(common): Fix the line number of errors (#4082)
2022-03-19 17:56:12 +03:00
,-[$DIR/tests/span/js/super/expr.js:1:1]
1 | super.x;
feat(common): Implement a pretty error reporter (#3946)
2022-03-13 22:07:18 +03:00
: ^
`----
Reference in New Issue
Copy Permalink