Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
zhouchong
/
anKeYuan-largeScreen-1080
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
74025ddde1
Ramas
Etiquetas
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
Histórico
Raw
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};