Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
shishichen
/
qimall
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
dd2c8f9709
Rami (Branch)
Tag
dev
master
qimall
/
node
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
Cronologia
Originale
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};