mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
2.7 KiB
Plaintext
1 line
2.7 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = {\n name: 'Selector',\n structure: {\n children: [['TypeSelector', 'IdSelector', 'ClassSelector', 'AttributeSelector', 'PseudoClassSelector', 'PseudoElementSelector', 'Combinator', 'WhiteSpace']]\n },\n parse: function () {\n var children = this.readSequence(this.scope.Selector);\n\n // nothing were consumed\n if (this.getFirstListNode(children) === null) {\n this.error('Selector is expected');\n }\n return {\n type: 'Selector',\n loc: this.getLocationFromList(children),\n children: children\n };\n },\n generate: function (node) {\n this.children(node);\n }\n };\n});","lineCount":24,"map":[[2,2,1,0,"module"],[2,8,1,6],[2,9,1,7,"exports"],[2,16,1,14],[2,19,1,17],[3,4,2,4,"name"],[3,8,2,8],[3,10,2,10],[3,20,2,20],[4,4,3,4,"structure"],[4,13,3,13],[4,15,3,15],[5,6,4,8,"children"],[5,14,4,16],[5,16,4,18],[5,17,4,19],[5,18,5,12],[5,32,5,26],[5,34,6,12],[5,46,6,24],[5,48,7,12],[5,63,7,27],[5,65,8,12],[5,84,8,31],[5,86,9,12],[5,107,9,33],[5,109,10,12],[5,132,10,35],[5,134,11,12],[5,146,11,24],[5,148,12,12],[5,160,12,24],[5,161,13,9],[6,4,14,4],[6,5,14,5],[7,4,15,4,"parse"],[7,9,15,9],[7,11,15,11],[7,20,15,11,"parse"],[7,21,15,11],[7,23,15,22],[8,6,16,8],[8,10,16,12,"children"],[8,18,16,20],[8,21,16,23],[8,25,16,27],[8,26,16,28,"readSequence"],[8,38,16,40],[8,39,16,41],[8,43,16,45],[8,44,16,46,"scope"],[8,49,16,51],[8,50,16,52,"Selector"],[8,58,16,60],[8,59,16,61],[10,6,18,8],[11,6,19,8],[11,10,19,12],[11,14,19,16],[11,15,19,17,"getFirstListNode"],[11,31,19,33],[11,32,19,34,"children"],[11,40,19,42],[11,41,19,43],[11,46,19,48],[11,50,19,52],[11,52,19,54],[12,8,20,12],[12,12,20,16],[12,13,20,17,"error"],[12,18,20,22],[12,19,20,23],[12,41,20,45],[12,42,20,46],[13,6,21,8],[14,6,23,8],[14,13,23,15],[15,8,24,12,"type"],[15,12,24,16],[15,14,24,18],[15,24,24,28],[16,8,25,12,"loc"],[16,11,25,15],[16,13,25,17],[16,17,25,21],[16,18,25,22,"getLocationFromList"],[16,37,25,41],[16,38,25,42,"children"],[16,46,25,50],[16,47,25,51],[17,8,26,12,"children"],[17,16,26,20],[17,18,26,22,"children"],[18,6,27,8],[18,7,27,9],[19,4,28,4],[19,5,28,5],[20,4,29,4,"generate"],[20,12,29,12],[20,14,29,14],[20,23,29,14,"generate"],[20,24,29,23,"node"],[20,28,29,27],[20,30,29,29],[21,6,30,8],[21,10,30,12],[21,11,30,13,"children"],[21,19,30,21],[21,20,30,22,"node"],[21,24,30,26],[21,25,30,27],[22,4,31,4],[23,2,32,0],[23,3,32,1],[24,0,32,2],[24,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCc;KDa;cEC;KFE"},"hasCjsExports":true},"type":"js/module"}]} |