mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
3.4 KiB
Plaintext
1 line
3.4 KiB
Plaintext
{"dependencies":[{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":11,"index":11},"end":{"line":1,"column":37,"index":37}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var TYPE = require(_dependencyMap[0], \"../../tokenizer\").TYPE;\n var IDENT = TYPE.Ident;\n var FULLSTOP = 0x002E; // U+002E FULL STOP (.)\n\n // '.' ident\n module.exports = {\n name: 'ClassSelector',\n structure: {\n name: String\n },\n parse: function () {\n if (!this.scanner.isDelim(FULLSTOP)) {\n this.error('Full stop is expected');\n }\n this.scanner.next();\n return {\n type: 'ClassSelector',\n loc: this.getLocation(this.scanner.tokenStart - 1, this.scanner.tokenEnd),\n name: this.consume(IDENT)\n };\n },\n generate: function (node) {\n this.chunk('.');\n this.chunk(node.name);\n }\n };\n});","lineCount":28,"map":[[2,2,1,0],[2,6,1,4,"TYPE"],[2,10,1,8],[2,13,1,11,"require"],[2,20,1,18],[2,21,1,18,"_dependencyMap"],[2,35,1,18],[2,57,1,36],[2,58,1,37],[2,59,1,38,"TYPE"],[2,63,1,42],[3,2,3,0],[3,6,3,4,"IDENT"],[3,11,3,9],[3,14,3,12,"TYPE"],[3,18,3,16],[3,19,3,17,"Ident"],[3,24,3,22],[4,2,4,0],[4,6,4,4,"FULLSTOP"],[4,14,4,12],[4,17,4,15],[4,23,4,21],[4,24,4,22],[4,25,4,23],[6,2,6,0],[7,2,7,0,"module"],[7,8,7,6],[7,9,7,7,"exports"],[7,16,7,14],[7,19,7,17],[8,4,8,4,"name"],[8,8,8,8],[8,10,8,10],[8,25,8,25],[9,4,9,4,"structure"],[9,13,9,13],[9,15,9,15],[10,6,10,8,"name"],[10,10,10,12],[10,12,10,14,"String"],[11,4,11,4],[11,5,11,5],[12,4,12,4,"parse"],[12,9,12,9],[12,11,12,11],[12,20,12,11,"parse"],[12,21,12,11],[12,23,12,22],[13,6,13,8],[13,10,13,12],[13,11,13,13],[13,15,13,17],[13,16,13,18,"scanner"],[13,23,13,25],[13,24,13,26,"isDelim"],[13,31,13,33],[13,32,13,34,"FULLSTOP"],[13,40,13,42],[13,41,13,43],[13,43,13,45],[14,8,14,12],[14,12,14,16],[14,13,14,17,"error"],[14,18,14,22],[14,19,14,23],[14,42,14,46],[14,43,14,47],[15,6,15,8],[16,6,17,8],[16,10,17,12],[16,11,17,13,"scanner"],[16,18,17,20],[16,19,17,21,"next"],[16,23,17,25],[16,24,17,26],[16,25,17,27],[17,6,19,8],[17,13,19,15],[18,8,20,12,"type"],[18,12,20,16],[18,14,20,18],[18,29,20,33],[19,8,21,12,"loc"],[19,11,21,15],[19,13,21,17],[19,17,21,21],[19,18,21,22,"getLocation"],[19,29,21,33],[19,30,21,34],[19,34,21,38],[19,35,21,39,"scanner"],[19,42,21,46],[19,43,21,47,"tokenStart"],[19,53,21,57],[19,56,21,60],[19,57,21,61],[19,59,21,63],[19,63,21,67],[19,64,21,68,"scanner"],[19,71,21,75],[19,72,21,76,"tokenEnd"],[19,80,21,84],[19,81,21,85],[20,8,22,12,"name"],[20,12,22,16],[20,14,22,18],[20,18,22,22],[20,19,22,23,"consume"],[20,26,22,30],[20,27,22,31,"IDENT"],[20,32,22,36],[21,6,23,8],[21,7,23,9],[22,4,24,4],[22,5,24,5],[23,4,25,4,"generate"],[23,12,25,12],[23,14,25,14],[23,23,25,14,"generate"],[23,24,25,23,"node"],[23,28,25,27],[23,30,25,29],[24,6,26,8],[24,10,26,12],[24,11,26,13,"chunk"],[24,16,26,18],[24,17,26,19],[24,20,26,22],[24,21,26,23],[25,6,27,8],[25,10,27,12],[25,11,27,13,"chunk"],[25,16,27,18],[25,17,27,19,"node"],[25,21,27,23],[25,22,27,24,"name"],[25,26,27,28],[25,27,27,29],[26,4,28,4],[27,2,29,0],[27,3,29,1],[28,0,29,2],[28,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCW;KDY;cEC;KFG"},"hasCjsExports":true},"type":"js/module"}]} |