This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
lhl
/
jhladmin
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
d2d1562225
Ветки
Метки
master
jhladmin
/
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()
);
}
};