mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
2.5 KiB
Plaintext
1 line
2.5 KiB
Plaintext
{"dependencies":[{"name":"../../tokenizer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":13,"index":13},"end":{"line":1,"column":39,"index":39}}],"key":"aNRU9n3c7yINqZkqLGUbbiGwGn8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var NUMBER = require(_dependencyMap[0], \"../../tokenizer\").TYPE.Number;\n module.exports = {\n name: 'Number',\n structure: {\n value: String\n },\n parse: function parse() {\n return {\n type: 'Number',\n loc: this.getLocation(this.scanner.tokenStart, this.scanner.tokenEnd),\n value: this.consume(NUMBER)\n };\n },\n generate: function generate(node) {\n this.chunk(node.value);\n }\n };\n});","lineCount":19,"map":[[2,2,1,0],[2,6,1,4,"NUMBER"],[2,12,1,10],[2,15,1,13,"require"],[2,22,1,20],[2,23,1,20,"_dependencyMap"],[2,37,1,20],[2,59,1,38],[2,60,1,39],[2,61,1,40,"TYPE"],[2,65,1,44],[2,66,1,45,"Number"],[2,72,1,51],[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,18,4,18],[5,4,5,4,"structure"],[5,13,5,13],[5,15,5,15],[6,6,6,8,"value"],[6,11,6,13],[6,13,6,15,"String"],[7,4,7,4],[7,5,7,5],[8,4,8,4,"parse"],[8,9,8,9],[8,11,8,11],[8,20,8,4,"parse"],[8,25,8,9,"parse"],[8,26,8,9],[8,28,8,22],[9,6,9,8],[9,13,9,15],[10,8,10,12,"type"],[10,12,10,16],[10,14,10,18],[10,22,10,26],[11,8,11,12,"loc"],[11,11,11,15],[11,13,11,17],[11,17,11,21],[11,18,11,22,"getLocation"],[11,29,11,33],[11,30,11,34],[11,34,11,38],[11,35,11,39,"scanner"],[11,42,11,46],[11,43,11,47,"tokenStart"],[11,53,11,57],[11,55,11,59],[11,59,11,63],[11,60,11,64,"scanner"],[11,67,11,71],[11,68,11,72,"tokenEnd"],[11,76,11,80],[11,77,11,81],[12,8,12,12,"value"],[12,13,12,17],[12,15,12,19],[12,19,12,23],[12,20,12,24,"consume"],[12,27,12,31],[12,28,12,32,"NUMBER"],[12,34,12,38],[13,6,13,8],[13,7,13,9],[14,4,14,4],[14,5,14,5],[15,4,15,4,"generate"],[15,12,15,12],[15,14,15,14],[15,23,15,4,"generate"],[15,31,15,12,"generate"],[15,32,15,23,"node"],[15,36,15,27],[15,38,15,29],[16,6,16,8],[16,10,16,12],[16,11,16,13,"chunk"],[16,16,16,18],[16,17,16,19,"node"],[16,21,16,23],[16,22,16,24,"value"],[16,27,16,29],[16,28,16,30],[17,4,17,4],[18,2,18,0],[18,3,18,1],[19,0,18,2],[19,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCO;KDM;cEC;KFE"},"hasCjsExports":true},"type":"js/module"}]} |