This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
ver2ex
/
hw-react-1
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
1
Tarik Permintaan
0
Wiki
Pohon:
2389e7160b
Ranting
Tag
master
hw-react-1
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
Riwayat
Mentahan
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};