Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
themusicgod1
/
prettier
Seguir
0
Destacar
0
Fork
0
Archivos
Incidencias
3
Pull Requests
0
Wiki
Árbol:
abef84684d
Ramas
Etiquetas
master
prettier
/
tests
/
comments
/
assignment-pattern.js
assignment-pattern.js
98 B
Histórico
Raw
1
2
3
4
5
6
7
const { a /* comment */ = 1 } = b;
const { c = 1 /* comment */ } = d;
let {a //comment
= b} = c