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
/
test
/
fixtures
/
transformation
/
es6-object-super
/
statically-bound
/
actual.js
Sebastian McKenzie
5337ab5a08
statically bind super references in object expressions -
fixes
#943
2015-03-04 22:52:07 +11:00
6 lines
45 B
JavaScript
Raw
Blame
History
var
o
=
{
m
(
)
{
return
super
.
x
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink