Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
themusicgod1
/
babel
Segui
0
Vota
0
Forka
1
File
Problemi
4
Pull Requests
0
Wiki
Albero (Tree):
fb9abb34e1
Rami (Branch)
Tag
master
babel
/
packages
/
babel-plugin-proposal-class-properties
/
test
/
fixtures
/
static-property-tdz-loose
/
input.js
input.js
34 B
Cronologia
Originale
1
2
3
4
class C {
static [C + 3] = 3;
}