Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
zhouchong
/
anKeYuan-largeScreen-1080
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
74025ddde1
Branch-ok
Tag-ek
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};