mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 21:31:02 +00:00
1 line
3.6 KiB
Plaintext
1 line
3.6 KiB
Plaintext
{"dependencies":[{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":12,"index":12},"end":{"line":1,"column":38,"index":38}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var COMMA = require(_dependencyMap[0], \"../../tokenizer\").TYPE.Comma;\n module.exports = {\n name: 'MediaQueryList',\n structure: {\n children: [['MediaQuery']]\n },\n parse: function (relative) {\n var children = this.createList();\n this.scanner.skipSC();\n while (!this.scanner.eof) {\n children.push(this.MediaQuery(relative));\n if (this.scanner.tokenType !== COMMA) {\n break;\n }\n this.scanner.next();\n }\n return {\n type: 'MediaQueryList',\n loc: this.getLocationFromList(children),\n children: children\n };\n },\n generate: function (node) {\n this.children(node, function () {\n this.chunk(',');\n });\n }\n };\n});","lineCount":30,"map":[[2,2,1,0],[2,6,1,4,"COMMA"],[2,11,1,9],[2,14,1,12,"require"],[2,21,1,19],[2,22,1,19,"_dependencyMap"],[2,36,1,19],[2,58,1,37],[2,59,1,38],[2,60,1,39,"TYPE"],[2,64,1,43],[2,65,1,44,"Comma"],[2,70,1,49],[3,2,3,0,"module"],[3,8,3,6],[3,9,3,7,"exports"],[3,16,3,14],[3,19,3,17],[4,4,4,4,"name"],[4,8,4,8],[4,10,4,10],[4,26,4,26],[5,4,5,4,"structure"],[5,13,5,13],[5,15,5,15],[6,6,6,8,"children"],[6,14,6,16],[6,16,6,18],[6,17,6,19],[6,18,7,12],[6,30,7,24],[6,31,8,9],[7,4,9,4],[7,5,9,5],[8,4,10,4,"parse"],[8,9,10,9],[8,11,10,11],[8,20,10,11,"parse"],[8,21,10,20,"relative"],[8,29,10,28],[8,31,10,30],[9,6,11,8],[9,10,11,12,"children"],[9,18,11,20],[9,21,11,23],[9,25,11,27],[9,26,11,28,"createList"],[9,36,11,38],[9,37,11,39],[9,38,11,40],[10,6,13,8],[10,10,13,12],[10,11,13,13,"scanner"],[10,18,13,20],[10,19,13,21,"skipSC"],[10,25,13,27],[10,26,13,28],[10,27,13,29],[11,6,15,8],[11,13,15,15],[11,14,15,16],[11,18,15,20],[11,19,15,21,"scanner"],[11,26,15,28],[11,27,15,29,"eof"],[11,30,15,32],[11,32,15,34],[12,8,16,12,"children"],[12,16,16,20],[12,17,16,21,"push"],[12,21,16,25],[12,22,16,26],[12,26,16,30],[12,27,16,31,"MediaQuery"],[12,37,16,41],[12,38,16,42,"relative"],[12,46,16,50],[12,47,16,51],[12,48,16,52],[13,8,18,12],[13,12,18,16],[13,16,18,20],[13,17,18,21,"scanner"],[13,24,18,28],[13,25,18,29,"tokenType"],[13,34,18,38],[13,39,18,43,"COMMA"],[13,44,18,48],[13,46,18,50],[14,10,19,16],[15,8,20,12],[16,8,22,12],[16,12,22,16],[16,13,22,17,"scanner"],[16,20,22,24],[16,21,22,25,"next"],[16,25,22,29],[16,26,22,30],[16,27,22,31],[17,6,23,8],[18,6,25,8],[18,13,25,15],[19,8,26,12,"type"],[19,12,26,16],[19,14,26,18],[19,30,26,34],[20,8,27,12,"loc"],[20,11,27,15],[20,13,27,17],[20,17,27,21],[20,18,27,22,"getLocationFromList"],[20,37,27,41],[20,38,27,42,"children"],[20,46,27,50],[20,47,27,51],[21,8,28,12,"children"],[21,16,28,20],[21,18,28,22,"children"],[22,6,29,8],[22,7,29,9],[23,4,30,4],[23,5,30,5],[24,4,31,4,"generate"],[24,12,31,12],[24,14,31,14],[24,23,31,14,"generate"],[24,24,31,23,"node"],[24,28,31,27],[24,30,31,29],[25,6,32,8],[25,10,32,12],[25,11,32,13,"children"],[25,19,32,21],[25,20,32,22,"node"],[25,24,32,26],[25,26,32,28],[25,38,32,39],[26,8,33,12],[26,12,33,16],[26,13,33,17,"chunk"],[26,18,33,22],[26,19,33,23],[26,22,33,26],[26,23,33,27],[27,6,34,8],[27,7,34,9],[27,8,34,10],[28,4,35,4],[29,2,36,0],[29,3,36,1],[30,0,36,2],[30,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate","children$argument_1"],"mappings":"AAA;WCS;KDoB;cEC;4BCC;SDE;KFC"},"hasCjsExports":true},"type":"js/module"}]} |