芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/css-tree/lib/syntax/node/Value.js
module.exports = { name: 'Value', structure: { children: [[]] }, parse: function() { var start = this.scanner.tokenStart; var children = this.readSequence(this.scope.Value); return { type: 'Value', loc: this.getLocation(start, this.scanner.tokenStart), children: children }; }, generate: function(node) { this.children(node); } };