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
/
babel-plugin-transform-class-properties
/
test
/
fixtures
/
general
/
static-infer-name
/
actual.js
Keyan Zhang
879f69f0fb
infer class name for classes that have static properties (
#3589
)
2016-07-22 09:50:03 -04:00
4 lines
38 B
JavaScript
Raw
Blame
History
var
Foo
=
class
{
static
num
=
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink