Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
themusicgod1
/
babel
Pridať medzi pozorované
0
Hviezda
0
Fork
1
Súbory
Issues
4
Pull requesty
0
Wiki
Strom:
fb9abb34e1
Branche
Tagy
master
babel
/
packages
/
babel-plugin-proposal-class-properties
/
test
/
fixtures
/
static-property-tdz-loose
/
input.js
input.js
34 B
História
Raw
1
2
3
4
class C {
static [C + 3] = 3;
}