mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 19:11:02 +00:00
1 line
5.7 KiB
Plaintext
1 line
5.7 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = {\n name: 'Nth',\n structure: {\n nth: ['AnPlusB', 'Identifier'],\n selector: ['SelectorList', null]\n },\n parse: function (allowOfClause) {\n this.scanner.skipSC();\n var start = this.scanner.tokenStart;\n var end = start;\n var selector = null;\n var query;\n if (this.scanner.lookupValue(0, 'odd') || this.scanner.lookupValue(0, 'even')) {\n query = this.Identifier();\n } else {\n query = this.AnPlusB();\n }\n this.scanner.skipSC();\n if (allowOfClause && this.scanner.lookupValue(0, 'of')) {\n this.scanner.next();\n selector = this.SelectorList();\n if (this.needPositions) {\n end = this.getLastListNode(selector.children).loc.end.offset;\n }\n } else {\n if (this.needPositions) {\n end = query.loc.end.offset;\n }\n }\n return {\n type: 'Nth',\n loc: this.getLocation(start, end),\n nth: query,\n selector: selector\n };\n },\n generate: function (node) {\n this.node(node.nth);\n if (node.selector !== null) {\n this.chunk(' of ');\n this.node(node.selector);\n }\n }\n };\n});","lineCount":46,"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,15,2,15],[4,4,3,4,"structure"],[4,13,3,13],[4,15,3,15],[5,6,4,8,"nth"],[5,9,4,11],[5,11,4,13],[5,12,4,14],[5,21,4,23],[5,23,4,25],[5,35,4,37],[5,36,4,38],[6,6,5,8,"selector"],[6,14,5,16],[6,16,5,18],[6,17,5,19],[6,31,5,33],[6,33,5,35],[6,37,5,39],[7,4,6,4],[7,5,6,5],[8,4,7,4,"parse"],[8,9,7,9],[8,11,7,11],[8,20,7,11,"parse"],[8,21,7,20,"allowOfClause"],[8,34,7,33],[8,36,7,35],[9,6,8,8],[9,10,8,12],[9,11,8,13,"scanner"],[9,18,8,20],[9,19,8,21,"skipSC"],[9,25,8,27],[9,26,8,28],[9,27,8,29],[10,6,10,8],[10,10,10,12,"start"],[10,15,10,17],[10,18,10,20],[10,22,10,24],[10,23,10,25,"scanner"],[10,30,10,32],[10,31,10,33,"tokenStart"],[10,41,10,43],[11,6,11,8],[11,10,11,12,"end"],[11,13,11,15],[11,16,11,18,"start"],[11,21,11,23],[12,6,12,8],[12,10,12,12,"selector"],[12,18,12,20],[12,21,12,23],[12,25,12,27],[13,6,13,8],[13,10,13,12,"query"],[13,15,13,17],[14,6,15,8],[14,10,15,12],[14,14,15,16],[14,15,15,17,"scanner"],[14,22,15,24],[14,23,15,25,"lookupValue"],[14,34,15,36],[14,35,15,37],[14,36,15,38],[14,38,15,40],[14,43,15,45],[14,44,15,46],[14,48,15,50],[14,52,15,54],[14,53,15,55,"scanner"],[14,60,15,62],[14,61,15,63,"lookupValue"],[14,72,15,74],[14,73,15,75],[14,74,15,76],[14,76,15,78],[14,82,15,84],[14,83,15,85],[14,85,15,87],[15,8,16,12,"query"],[15,13,16,17],[15,16,16,20],[15,20,16,24],[15,21,16,25,"Identifier"],[15,31,16,35],[15,32,16,36],[15,33,16,37],[16,6,17,8],[16,7,17,9],[16,13,17,15],[17,8,18,12,"query"],[17,13,18,17],[17,16,18,20],[17,20,18,24],[17,21,18,25,"AnPlusB"],[17,28,18,32],[17,29,18,33],[17,30,18,34],[18,6,19,8],[19,6,21,8],[19,10,21,12],[19,11,21,13,"scanner"],[19,18,21,20],[19,19,21,21,"skipSC"],[19,25,21,27],[19,26,21,28],[19,27,21,29],[20,6,23,8],[20,10,23,12,"allowOfClause"],[20,23,23,25],[20,27,23,29],[20,31,23,33],[20,32,23,34,"scanner"],[20,39,23,41],[20,40,23,42,"lookupValue"],[20,51,23,53],[20,52,23,54],[20,53,23,55],[20,55,23,57],[20,59,23,61],[20,60,23,62],[20,62,23,64],[21,8,24,12],[21,12,24,16],[21,13,24,17,"scanner"],[21,20,24,24],[21,21,24,25,"next"],[21,25,24,29],[21,26,24,30],[21,27,24,31],[22,8,26,12,"selector"],[22,16,26,20],[22,19,26,23],[22,23,26,27],[22,24,26,28,"SelectorList"],[22,36,26,40],[22,37,26,41],[22,38,26,42],[23,8,28,12],[23,12,28,16],[23,16,28,20],[23,17,28,21,"needPositions"],[23,30,28,34],[23,32,28,36],[24,10,29,16,"end"],[24,13,29,19],[24,16,29,22],[24,20,29,26],[24,21,29,27,"getLastListNode"],[24,36,29,42],[24,37,29,43,"selector"],[24,45,29,51],[24,46,29,52,"children"],[24,54,29,60],[24,55,29,61],[24,56,29,62,"loc"],[24,59,29,65],[24,60,29,66,"end"],[24,63,29,69],[24,64,29,70,"offset"],[24,70,29,76],[25,8,30,12],[26,6,31,8],[26,7,31,9],[26,13,31,15],[27,8,32,12],[27,12,32,16],[27,16,32,20],[27,17,32,21,"needPositions"],[27,30,32,34],[27,32,32,36],[28,10,33,16,"end"],[28,13,33,19],[28,16,33,22,"query"],[28,21,33,27],[28,22,33,28,"loc"],[28,25,33,31],[28,26,33,32,"end"],[28,29,33,35],[28,30,33,36,"offset"],[28,36,33,42],[29,8,34,12],[30,6,35,8],[31,6,37,8],[31,13,37,15],[32,8,38,12,"type"],[32,12,38,16],[32,14,38,18],[32,19,38,23],[33,8,39,12,"loc"],[33,11,39,15],[33,13,39,17],[33,17,39,21],[33,18,39,22,"getLocation"],[33,29,39,33],[33,30,39,34,"start"],[33,35,39,39],[33,37,39,41,"end"],[33,40,39,44],[33,41,39,45],[34,8,40,12,"nth"],[34,11,40,15],[34,13,40,17,"query"],[34,18,40,22],[35,8,41,12,"selector"],[35,16,41,20],[35,18,41,22,"selector"],[36,6,42,8],[36,7,42,9],[37,4,43,4],[37,5,43,5],[38,4,44,4,"generate"],[38,12,44,12],[38,14,44,14],[38,23,44,14,"generate"],[38,24,44,23,"node"],[38,28,44,27],[38,30,44,29],[39,6,45,8],[39,10,45,12],[39,11,45,13,"node"],[39,15,45,17],[39,16,45,18,"node"],[39,20,45,22],[39,21,45,23,"nth"],[39,24,45,26],[39,25,45,27],[40,6,46,8],[40,10,46,12,"node"],[40,14,46,16],[40,15,46,17,"selector"],[40,23,46,25],[40,28,46,30],[40,32,46,34],[40,34,46,36],[41,8,47,12],[41,12,47,16],[41,13,47,17,"chunk"],[41,18,47,22],[41,19,47,23],[41,25,47,29],[41,26,47,30],[42,8,48,12],[42,12,48,16],[42,13,48,17,"node"],[42,17,48,21],[42,18,48,22,"node"],[42,22,48,26],[42,23,48,27,"selector"],[42,31,48,35],[42,32,48,36],[43,6,49,8],[44,4,50,4],[45,2,51,0],[45,3,51,1],[46,0,51,2],[46,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCM;KDoC;cEC;KFM"},"hasCjsExports":true},"type":"js/module"}]} |