Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
zhouchong
/
anKeYuan-largeScreen-1080
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
74025ddde1
Ветки
Метки
master
prototype
test_case_pro
anKeYuan-lar...
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
dir.js
dir.js
135 B
История
Исходник
1
2
3
4
5
6
7
8
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};