Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
themusicgod1
/
prettier
Seguir
0
Destacar
0
Fork
0
Ficheiros
Incidencias
3
Pull Requests
0
Wiki
Árbore:
abef84684d
Ramas
Etiquetas
master
prettier
/
tests
/
yield
/
arrow.js
arrow.js
86 B
Histórico
Raw
1
2
3
4
5
6
function *f() {
(yield a => a);
(yield async a => a);
(yield async (a) => a);
}