Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
themusicgod1
/
babel
Observar
0
Favorito
0
Fork
1
Arquivos
Issues
4
Pull Requests
0
Wiki
Tree:
fb9abb34e1
Branches
Tags
master
babel
/
packages
/
babel-plugin-transform-for-of
/
test
/
fixtures
/
loose
/
ignore-cases
/
input.js
input.js
67 B
Histórico
Raw
1
2
3
4
5
6
7
for (var i of foo) {
switch (i) {
case 1:
break;
}
}