mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
4.4 KiB
Plaintext
1 line
4.4 KiB
Plaintext
{"dependencies":[{"name":"../base/Tuple.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":41,"index":41}}],"key":"YK55C1/hS3I3ZBmYDrGA1yuEijw=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"Range\", {\n enumerable: true,\n get: function () {\n return Range;\n }\n });\n var _baseTupleJs = require(_dependencyMap[0], \"../base/Tuple.js\");\n /**\n * @name Range\n * @description\n * Rust `Range<T>` representation\n */\n class Range extends _baseTupleJs.Tuple {\n #rangeName;\n constructor(registry, Type, value, {\n rangeName = 'Range'\n } = {}) {\n super(registry, [Type, Type], value);\n this.#rangeName = rangeName;\n }\n static with(Type) {\n return class extends Range {\n constructor(registry, value) {\n super(registry, Type, value);\n }\n };\n }\n /**\n * @description Returns the starting range value\n */\n get start() {\n return this[0];\n }\n /**\n * @description Returns the ending range value\n */\n get end() {\n return this[1];\n }\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n return `${this.#rangeName}<${this.start.toRawType()}>`;\n }\n }\n});","lineCount":53,"map":[[7,2,7,0,"Object"],[7,8,7,0],[7,9,7,0,"defineProperty"],[7,23,7,0],[7,24,7,0,"exports"],[7,31,7,0],[8,4,7,0,"enumerable"],[8,14,7,0],[9,4,7,0,"get"],[9,7,7,0],[9,18,7,0,"get"],[9,19,7,0],[10,6,7,0],[10,13,7,0,"Range"],[10,18,7,0],[11,4,7,0],[12,2,7,0],[13,2,1,0],[13,6,1,0,"_baseTupleJs"],[13,18,1,0],[13,21,1,0,"require"],[13,28,1,0],[13,29,1,0,"_dependencyMap"],[13,43,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,2,7,7],[19,8,7,13,"Range"],[19,13,7,18],[19,22,7,27,"Tuple"],[19,34,7,32],[19,35,7,32,"Tuple"],[19,40,7,32],[19,41,7,33],[20,4,8,4],[20,5,8,5,"rangeName"],[20,14,8,14],[21,4,9,4,"constructor"],[21,15,9,15,"constructor"],[21,16,9,16,"registry"],[21,24,9,24],[21,26,9,26,"Type"],[21,30,9,30],[21,32,9,32,"value"],[21,37,9,37],[21,39,9,39],[22,6,9,41,"rangeName"],[22,15,9,50],[22,18,9,53],[23,4,9,61],[23,5,9,62],[23,8,9,65],[23,9,9,66],[23,10,9,67],[23,12,9,69],[24,6,10,8],[24,11,10,13],[24,12,10,14,"registry"],[24,20,10,22],[24,22,10,24],[24,23,10,25,"Type"],[24,27,10,29],[24,29,10,31,"Type"],[24,33,10,35],[24,34,10,36],[24,36,10,38,"value"],[24,41,10,43],[24,42,10,44],[25,6,11,8],[25,10,11,12],[25,11,11,13],[25,12,11,14,"rangeName"],[25,21,11,23],[25,24,11,26,"rangeName"],[25,33,11,35],[26,4,12,4],[27,4,13,4],[27,11,13,11,"with"],[27,15,13,15,"with"],[27,16,13,16,"Type"],[27,20,13,20],[27,22,13,22],[28,6,14,8],[28,13,14,15],[28,27,14,29,"Range"],[28,32,14,34],[28,33,14,35],[29,8,15,12,"constructor"],[29,19,15,23,"constructor"],[29,20,15,24,"registry"],[29,28,15,32],[29,30,15,34,"value"],[29,35,15,39],[29,37,15,41],[30,10,16,16],[30,15,16,21],[30,16,16,22,"registry"],[30,24,16,30],[30,26,16,32,"Type"],[30,30,16,36],[30,32,16,38,"value"],[30,37,16,43],[30,38,16,44],[31,8,17,12],[32,6,18,8],[32,7,18,9],[33,4,19,4],[34,4,20,4],[35,0,21,0],[36,0,22,0],[37,4,23,4],[37,8,23,8,"start"],[37,13,23,13,"start"],[37,14,23,13],[37,16,23,16],[38,6,24,8],[38,13,24,15],[38,17,24,19],[38,18,24,20],[38,19,24,21],[38,20,24,22],[39,4,25,4],[40,4,26,4],[41,0,27,0],[42,0,28,0],[43,4,29,4],[43,8,29,8,"end"],[43,11,29,11,"end"],[43,12,29,11],[43,14,29,14],[44,6,30,8],[44,13,30,15],[44,17,30,19],[44,18,30,20],[44,19,30,21],[44,20,30,22],[45,4,31,4],[46,4,32,4],[47,0,33,0],[48,0,34,0],[49,4,35,4,"toRawType"],[49,13,35,13,"toRawType"],[49,14,35,13],[49,16,35,16],[50,6,36,8],[50,13,36,15],[50,16,36,18],[50,20,36,22],[50,21,36,23],[50,22,36,24,"rangeName"],[50,31,36,33],[50,35,36,37],[50,39,36,41],[50,40,36,42,"start"],[50,45,36,47],[50,46,36,48,"toRawType"],[50,55,36,57],[50,56,36,58],[50,57,36,59],[50,60,36,62],[51,4,37,4],[52,2,38,0],[53,0,38,1],[53,3]],"functionMap":{"names":["<global>","Range","constructor","_with","<anonymous>","get__start","get__end","toRawType"],"mappings":"AAA;OCM;ICE;KDG;IEC;eCC;YFC;aEE;SDC;KFC;III;KJE;IKI;KLE;IMI;KNE;CDC"},"hasCjsExports":false},"type":"js/module"}]} |