This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babylon
/
test
/
fixtures
/
experimental
/
optional-chaining
/
optional-super-property
/
input.js
Naveen jain
92580e750d
Fixes issues regarding super in optionalChain (
#7356
)
2018-02-08 14:31:47 -05:00
5 lines
53 B
JavaScript
Raw
Blame
History
const
a
=
{
b
(
)
{
return
super
?
.
c
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink