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-edgest-case
/
input.js
input.js
40 B
Historia
Czysty
1
2
3
4
class A {
static [{ x: A || 0 }.x];
}