This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
ver2ex
/
hw-react-1
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
1
Beolvasztási kérések
0
Wiki
Fa:
2389e7160b
Branch-ok
Tag-ek
master
hw-react-1
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
lang.js
lang.js
135 B
Előzmények
Nyers
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};