Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
themusicgod1
/
babel
Obserwuj
0
Polub
0
Forkuj
1
Pliki
Problemy
4
Oczekujące zmiany
0
Wiki
Drzewo:
fb9abb34e1
Gałęzie
Tagi
master
babel
/
packages
/
babel-plugin-proposal-class-properties
/
test
/
fixtures
/
static-property-tdz-loose
/
input.js
input.js
34 B
Historia
Czysty
1
2
3
4
class C {
static [C + 3] = 3;
}