mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 08:51:01 +00:00
1 line
4.0 KiB
Plaintext
1 line
4.0 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 LEFTPARENTHESIS = TYPE.LeftParenthesis;\n var RIGHTPARENTHESIS = TYPE.RightParenthesis;\n module.exports = {\n name: 'Parentheses',\n structure: {\n children: [[]]\n },\n parse: function parse(readSequence, recognizer) {\n var start = this.scanner.tokenStart;\n var children = null;\n this.eat(LEFTPARENTHESIS);\n children = readSequence.call(this, recognizer);\n if (!this.scanner.eof) {\n this.eat(RIGHTPARENTHESIS);\n }\n return {\n type: 'Parentheses',\n loc: this.getLocation(start, this.scanner.tokenStart),\n children: children\n };\n },\n generate: function generate(node) {\n this.chunk('(');\n this.children(node);\n this.chunk(')');\n }\n };\n});","lineCount":30,"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,"LEFTPARENTHESIS"],[3,21,3,19],[3,24,3,22,"TYPE"],[3,28,3,26],[3,29,3,27,"LeftParenthesis"],[3,44,3,42],[4,2,4,0],[4,6,4,4,"RIGHTPARENTHESIS"],[4,22,4,20],[4,25,4,23,"TYPE"],[4,29,4,27],[4,30,4,28,"RightParenthesis"],[4,46,4,44],[5,2,6,0,"module"],[5,8,6,6],[5,9,6,7,"exports"],[5,16,6,14],[5,19,6,17],[6,4,7,4,"name"],[6,8,7,8],[6,10,7,10],[6,23,7,23],[7,4,8,4,"structure"],[7,13,8,13],[7,15,8,15],[8,6,9,8,"children"],[8,14,9,16],[8,16,9,18],[8,17,9,19],[8,19,9,21],[9,4,10,4],[9,5,10,5],[10,4,11,4,"parse"],[10,9,11,9],[10,11,11,11],[10,20,11,4,"parse"],[10,25,11,9,"parse"],[10,26,11,20,"readSequence"],[10,38,11,32],[10,40,11,34,"recognizer"],[10,50,11,44],[10,52,11,46],[11,6,12,8],[11,10,12,12,"start"],[11,15,12,17],[11,18,12,20],[11,22,12,24],[11,23,12,25,"scanner"],[11,30,12,32],[11,31,12,33,"tokenStart"],[11,41,12,43],[12,6,13,8],[12,10,13,12,"children"],[12,18,13,20],[12,21,13,23],[12,25,13,27],[13,6,15,8],[13,10,15,12],[13,11,15,13,"eat"],[13,14,15,16],[13,15,15,17,"LEFTPARENTHESIS"],[13,30,15,32],[13,31,15,33],[14,6,17,8,"children"],[14,14,17,16],[14,17,17,19,"readSequence"],[14,29,17,31],[14,30,17,32,"call"],[14,34,17,36],[14,35,17,37],[14,39,17,41],[14,41,17,43,"recognizer"],[14,51,17,53],[14,52,17,54],[15,6,19,8],[15,10,19,12],[15,11,19,13],[15,15,19,17],[15,16,19,18,"scanner"],[15,23,19,25],[15,24,19,26,"eof"],[15,27,19,29],[15,29,19,31],[16,8,20,12],[16,12,20,16],[16,13,20,17,"eat"],[16,16,20,20],[16,17,20,21,"RIGHTPARENTHESIS"],[16,33,20,37],[16,34,20,38],[17,6,21,8],[18,6,23,8],[18,13,23,15],[19,8,24,12,"type"],[19,12,24,16],[19,14,24,18],[19,27,24,31],[20,8,25,12,"loc"],[20,11,25,15],[20,13,25,17],[20,17,25,21],[20,18,25,22,"getLocation"],[20,29,25,33],[20,30,25,34,"start"],[20,35,25,39],[20,37,25,41],[20,41,25,45],[20,42,25,46,"scanner"],[20,49,25,53],[20,50,25,54,"tokenStart"],[20,60,25,64],[20,61,25,65],[21,8,26,12,"children"],[21,16,26,20],[21,18,26,22,"children"],[22,6,27,8],[22,7,27,9],[23,4,28,4],[23,5,28,5],[24,4,29,4,"generate"],[24,12,29,12],[24,14,29,14],[24,23,29,4,"generate"],[24,31,29,12,"generate"],[24,32,29,23,"node"],[24,36,29,27],[24,38,29,29],[25,6,30,8],[25,10,30,12],[25,11,30,13,"chunk"],[25,16,30,18],[25,17,30,19],[25,20,30,22],[25,21,30,23],[26,6,31,8],[26,10,31,12],[26,11,31,13,"children"],[26,19,31,21],[26,20,31,22,"node"],[26,24,31,26],[26,25,31,27],[27,6,32,8],[27,10,32,12],[27,11,32,13,"chunk"],[27,16,32,18],[27,17,32,19],[27,20,32,22],[27,21,32,23],[28,4,33,4],[29,2,34,0],[29,3,34,1],[30,0,34,2],[30,3]],"functionMap":{"names":["<global>","module.exports.parse","module.exports.generate"],"mappings":"AAA;WCU;KDiB;cEC;KFI"},"hasCjsExports":true},"type":"js/module"}]} |