This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
lhl
/
jhladmin
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
d2d1562225
Atzari
Tagi
master
jhladmin
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
lang.js
lang.js
135 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};