Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
babel
Watch
0
Star
0
Fork
1
Files
Issues
4
Pull Requests
0
Wiki
Tree:
fb9abb34e1
Branches
Tags
master
babel
/
packages
/
babel-plugin-proposal-class-properties
/
test
/
fixtures
/
static-property-tdz-loose
/
exec.js
exec.js
34 B
History
Raw
1
2
3
4
class C {
static [C + 3] = 3;
}