mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 19:11:02 +00:00
1 line
2.3 KiB
Plaintext
1 line
2.3 KiB
Plaintext
{"dependencies":[{"name":"../abstract/Array.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":121},"end":{"line":4,"column":50,"index":152}}],"key":"6mEu3EU+b/IJjH94vVSmYQCsVqQ=","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.VecAny = void 0;\n const Array_js_1 = require(_dependencyMap[0], \"../abstract/Array.js\");\n /**\n * @name VecAny\n * @description\n * This manages codec arrays, assuming that the inputs are already of type Codec. Unlike\n * a vector, this can be used to manage array-like structures with variable arguments of\n * any types\n */\n class VecAny extends Array_js_1.AbstractArray {\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n // FIXME This is basically an any type, cannot instantiate via createType\n return 'Vec<Codec>';\n }\n }\n exports.VecAny = VecAny;\n});","lineCount":26,"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,"VecAny"],[7,16,3,14],[7,19,3,17],[7,24,3,22],[7,25,3,23],[8,2,4,0],[8,8,4,6,"Array_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,70,4,49],[8,71,4,50],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,2,12,0],[16,8,12,6,"VecAny"],[16,14,12,12],[16,23,12,21,"Array_js_1"],[16,33,12,31],[16,34,12,32,"AbstractArray"],[16,47,12,45],[16,48,12,46],[17,4,13,4],[18,0,14,0],[19,0,15,0],[20,4,16,4,"toRawType"],[20,13,16,13,"toRawType"],[20,14,16,13],[20,16,16,16],[21,6,17,8],[22,6,18,8],[22,13,18,15],[22,25,18,27],[23,4,19,4],[24,2,20,0],[25,2,21,0,"exports"],[25,9,21,7],[25,10,21,8,"VecAny"],[25,16,21,14],[25,19,21,17,"VecAny"],[25,25,21,23],[26,0,21,24],[26,3]],"functionMap":{"names":["<global>","VecAny","toRawType"],"mappings":"AAA;ACW;ICI;KDG;CDC"},"hasCjsExports":true},"type":"js/module"}]} |