mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 20:21:01 +00:00
1 line
4.5 KiB
Plaintext
1 line
4.5 KiB
Plaintext
{"dependencies":[{"name":"../base/Tuple.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":120},"end":{"line":4,"column":46,"index":147}}],"key":"03KXCoYEDcEpTsCzLir222RvYnA=","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 exports.Range = void 0;\n const Tuple_js_1 = require(_dependencyMap[0], \"../base/Tuple.js\");\n /**\n * @name Range\n * @description\n * Rust `Range<T>` representation\n */\n class Range extends Tuple_js_1.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 exports.Range = Range;\n});","lineCount":49,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"Range"],[7,15,3,13],[7,18,3,16],[7,23,3,21],[7,24,3,22],[8,2,4,0],[8,8,4,6,"Tuple_js_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,66,4,45],[8,67,4,46],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"Range"],[14,13,10,11],[14,22,10,20,"Tuple_js_1"],[14,32,10,30],[14,33,10,31,"Tuple"],[14,38,10,36],[14,39,10,37],[15,4,11,4],[15,5,11,5,"rangeName"],[15,14,11,14],[16,4,12,4,"constructor"],[16,15,12,15,"constructor"],[16,16,12,16,"registry"],[16,24,12,24],[16,26,12,26,"Type"],[16,30,12,30],[16,32,12,32,"value"],[16,37,12,37],[16,39,12,39],[17,6,12,41,"rangeName"],[17,15,12,50],[17,18,12,53],[18,4,12,61],[18,5,12,62],[18,8,12,65],[18,9,12,66],[18,10,12,67],[18,12,12,69],[19,6,13,8],[19,11,13,13],[19,12,13,14,"registry"],[19,20,13,22],[19,22,13,24],[19,23,13,25,"Type"],[19,27,13,29],[19,29,13,31,"Type"],[19,33,13,35],[19,34,13,36],[19,36,13,38,"value"],[19,41,13,43],[19,42,13,44],[20,6,14,8],[20,10,14,12],[20,11,14,13],[20,12,14,14,"rangeName"],[20,21,14,23],[20,24,14,26,"rangeName"],[20,33,14,35],[21,4,15,4],[22,4,16,4],[22,11,16,11,"with"],[22,15,16,15,"with"],[22,16,16,16,"Type"],[22,20,16,20],[22,22,16,22],[23,6,17,8],[23,13,17,15],[23,27,17,29,"Range"],[23,32,17,34],[23,33,17,35],[24,8,18,12,"constructor"],[24,19,18,23,"constructor"],[24,20,18,24,"registry"],[24,28,18,32],[24,30,18,34,"value"],[24,35,18,39],[24,37,18,41],[25,10,19,16],[25,15,19,21],[25,16,19,22,"registry"],[25,24,19,30],[25,26,19,32,"Type"],[25,30,19,36],[25,32,19,38,"value"],[25,37,19,43],[25,38,19,44],[26,8,20,12],[27,6,21,8],[27,7,21,9],[28,4,22,4],[29,4,23,4],[30,0,24,0],[31,0,25,0],[32,4,26,4],[32,8,26,8,"start"],[32,13,26,13,"start"],[32,14,26,13],[32,16,26,16],[33,6,27,8],[33,13,27,15],[33,17,27,19],[33,18,27,20],[33,19,27,21],[33,20,27,22],[34,4,28,4],[35,4,29,4],[36,0,30,0],[37,0,31,0],[38,4,32,4],[38,8,32,8,"end"],[38,11,32,11,"end"],[38,12,32,11],[38,14,32,14],[39,6,33,8],[39,13,33,15],[39,17,33,19],[39,18,33,20],[39,19,33,21],[39,20,33,22],[40,4,34,4],[41,4,35,4],[42,0,36,0],[43,0,37,0],[44,4,38,4,"toRawType"],[44,13,38,13,"toRawType"],[44,14,38,13],[44,16,38,16],[45,6,39,8],[45,13,39,15],[45,16,39,18],[45,20,39,22],[45,21,39,23],[45,22,39,24,"rangeName"],[45,31,39,33],[45,35,39,37],[45,39,39,41],[45,40,39,42,"start"],[45,45,39,47],[45,46,39,48,"toRawType"],[45,55,39,57],[45,56,39,58],[45,57,39,59],[45,60,39,62],[46,4,40,4],[47,2,41,0],[48,2,42,0,"exports"],[48,9,42,7],[48,10,42,8,"Range"],[48,15,42,13],[48,18,42,16,"Range"],[48,23,42,21],[49,0,42,22],[49,3]],"functionMap":{"names":["<global>","Range","constructor","_with","<anonymous>","get__start","get__end","toRawType"],"mappings":"AAA;ACS;ICE;KDG;IEC;eCC;YFC;aEE;SDC;KFC;III;KJE;IKI;KLE;IMI;KNE;CDC"},"hasCjsExports":true},"type":"js/module"}]} |