This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
ver2ex
/
hw-react-1
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
1
Запити на злиття
0
Wiki
Дерево:
2389e7160b
Гілки
Теги
master
hw-react-1
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
Історія
Запис
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};