This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
wxcz_admin
/
projectcc-smart-construction-git
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
fa48161c03
Клонове
Маркери
master
projectcc-smart...
/
front
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
lang.js
lang.js
135 B
История
Директен файл
1
2
3
4
5
6
7
module.exports = {
parse: function() {
return this.createSingleNodeList(
this.Identifier()
);
}
};