Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
zhouchong
/
anKeYuan-largeScreen-1080
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
74025ddde1
Dallar
Biçim İmleri
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
lang.js
lang.js
135 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};