mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 11:11:01 +00:00
1 line
2.5 KiB
Plaintext
1 line
2.5 KiB
Plaintext
{"dependencies":[{"name":"./I32.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":118},"end":{"line":4,"column":36,"index":137}}],"key":"e3PgVuawe/KhxyQaT9rxx86u2Kc=","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.isize = void 0;\n const I32_js_1 = require(_dependencyMap[0], \"./I32.js\");\n /**\n * @name ISize\n * @description\n * A System default signed number, typically used in RPC to report non-consensus\n * data. It is a wrapper for [[I32]] as a WASM default (as generated by Rust bindings).\n * It is not to be used, since it creates consensus mismatches.\n */\n class isize extends I32_js_1.i32 {\n constructor(registry, value) {\n super(registry, value);\n throw new Error('The `isize` type should not be used. Since it is platform-specific, it creates incompatibilities between native (generally i64) and WASM (always i32) code. Use one of the `i32` or `i64` types explicitly.');\n }\n }\n exports.isize = isize;\n});","lineCount":23,"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,"isize"],[7,15,3,13],[7,18,3,16],[7,23,3,21],[7,24,3,22],[8,2,4,0],[8,8,4,6,"I32_js_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,56,4,35],[8,57,4,36],[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,"isize"],[16,13,12,11],[16,22,12,20,"I32_js_1"],[16,30,12,28],[16,31,12,29,"i32"],[16,34,12,32],[16,35,12,33],[17,4,13,4,"constructor"],[17,15,13,15,"constructor"],[17,16,13,16,"registry"],[17,24,13,24],[17,26,13,26,"value"],[17,31,13,31],[17,33,13,33],[18,6,14,8],[18,11,14,13],[18,12,14,14,"registry"],[18,20,14,22],[18,22,14,24,"value"],[18,27,14,29],[18,28,14,30],[19,6,15,8],[19,12,15,14],[19,16,15,18,"Error"],[19,21,15,23],[19,22,15,24],[19,227,15,229],[19,228,15,230],[20,4,16,4],[21,2,17,0],[22,2,18,0,"exports"],[22,9,18,7],[22,10,18,8,"isize"],[22,15,18,13],[22,18,18,16,"isize"],[22,23,18,21],[23,0,18,22],[23,3]],"functionMap":{"names":["<global>","isize","isize#constructor"],"mappings":"AAA;ACW;ICC;KDG;CDC"},"hasCjsExports":true},"type":"js/module"}]} |