mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
7.5 KiB
Plaintext
1 line
7.5 KiB
Plaintext
{"dependencies":[{"name":"./addLength.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":24,"column":21,"index":1105},"end":{"line":24,"column":46,"index":1130}}],"key":"CeyknG9osBjRS/wGucSNPBsp3GQ=","exportNames":["*"],"imports":1}},{"name":"./fromU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":26,"column":19,"index":1287},"end":{"line":26,"column":42,"index":1310}}],"key":"lpUVNuaYPWUPfqKdGaLcE9Eo3ow=","exportNames":["*"],"imports":1}},{"name":"./stripLength.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":29,"column":23,"index":1601},"end":{"line":29,"column":50,"index":1628}}],"key":"JZ2kOsKP50JQeuG2owZGpWVSP6I=","exportNames":["*"],"imports":1}},{"name":"./toU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":31,"column":17,"index":1789},"end":{"line":31,"column":38,"index":1810}}],"key":"Tcj3fJY+iCFcEHg4eIK/gqKeizo=","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.compactToU8a = exports.compactStripLength = exports.compactFromU8aLim = exports.compactFromU8a = exports.compactAddLength = void 0;\n /**\n * @description\n * Encoding and decoding of parity-codec compact numbers. The codec is created\n * to take up the least amount of space for a specific number. It performs the\n * same function as Length, however differs in that it uses a variable number of\n * bytes to do the actual encoding. From the Rust implementation for compact\n * encoding:\n *\n * 0b00 00 00 00 / 00 00 00 00 / 00 00 00 00 / 00 00 00 00\n * (0 ... 2**6 - 1) (u8)\n * xx xx xx 00\n * (2**6 ... 2**14 - 1) (u8, u16) low LH high\n * yL yL yL 01 / yH yH yH yL\n * (2**14 ... 2**30 - 1) (u16, u32) low LMMH high\n * zL zL zL 10 / zM zM zM zL / zM zM zM zM / zH zH zH zM\n * (2**30 ... 2**536 - 1) (u32, u64, u128, U256, U512, U520) straight LE-encoded\n * nn nn nn 11 [ / zz zz zz zz ]{4 + n}\n *\n * Note: we use *LOW BITS* of the LSB in LE encoding to encode the 2 bit key.\n */\n var addLength_js_1 = require(_dependencyMap[0], \"./addLength.js\");\n Object.defineProperty(exports, \"compactAddLength\", {\n enumerable: true,\n get: function get() {\n return addLength_js_1.compactAddLength;\n }\n });\n var fromU8a_js_1 = require(_dependencyMap[1], \"./fromU8a.js\");\n Object.defineProperty(exports, \"compactFromU8a\", {\n enumerable: true,\n get: function get() {\n return fromU8a_js_1.compactFromU8a;\n }\n });\n Object.defineProperty(exports, \"compactFromU8aLim\", {\n enumerable: true,\n get: function get() {\n return fromU8a_js_1.compactFromU8aLim;\n }\n });\n var stripLength_js_1 = require(_dependencyMap[2], \"./stripLength.js\");\n Object.defineProperty(exports, \"compactStripLength\", {\n enumerable: true,\n get: function get() {\n return stripLength_js_1.compactStripLength;\n }\n });\n var toU8a_js_1 = require(_dependencyMap[3], \"./toU8a.js\");\n Object.defineProperty(exports, \"compactToU8a\", {\n enumerable: true,\n get: function get() {\n return toU8a_js_1.compactToU8a;\n }\n });\n});","lineCount":62,"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,"compactToU8a"],[7,22,3,20],[7,25,3,23,"exports"],[7,32,3,30],[7,33,3,31,"compactStripLength"],[7,51,3,49],[7,54,3,52,"exports"],[7,61,3,59],[7,62,3,60,"compactFromU8aLim"],[7,79,3,77],[7,82,3,80,"exports"],[7,89,3,87],[7,90,3,88,"compactFromU8a"],[7,104,3,102],[7,107,3,105,"exports"],[7,114,3,112],[7,115,3,113,"compactAddLength"],[7,131,3,129],[7,134,3,132],[7,139,3,137],[7,140,3,138],[8,2,4,0],[9,0,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,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,0,19,0],[24,0,20,0],[25,0,21,0],[26,0,22,0],[27,0,23,0],[28,2,24,0],[28,6,24,4,"addLength_js_1"],[28,20,24,18],[28,23,24,21,"require"],[28,30,24,28],[28,31,24,28,"_dependencyMap"],[28,45,24,28],[28,66,24,45],[28,67,24,46],[29,2,25,0,"Object"],[29,8,25,6],[29,9,25,7,"defineProperty"],[29,23,25,21],[29,24,25,22,"exports"],[29,31,25,29],[29,33,25,31],[29,51,25,49],[29,53,25,51],[30,4,25,53,"enumerable"],[30,14,25,63],[30,16,25,65],[30,20,25,69],[31,4,25,71,"get"],[31,7,25,74],[31,9,25,76],[31,18,25,71,"get"],[31,21,25,74,"get"],[31,22,25,74],[31,24,25,88],[32,6,25,90],[32,13,25,97,"addLength_js_1"],[32,27,25,111],[32,28,25,112,"compactAddLength"],[32,44,25,128],[33,4,25,130],[34,2,25,132],[34,3,25,133],[34,4,25,134],[35,2,26,0],[35,6,26,4,"fromU8a_js_1"],[35,18,26,16],[35,21,26,19,"require"],[35,28,26,26],[35,29,26,26,"_dependencyMap"],[35,43,26,26],[35,62,26,41],[35,63,26,42],[36,2,27,0,"Object"],[36,8,27,6],[36,9,27,7,"defineProperty"],[36,23,27,21],[36,24,27,22,"exports"],[36,31,27,29],[36,33,27,31],[36,49,27,47],[36,51,27,49],[37,4,27,51,"enumerable"],[37,14,27,61],[37,16,27,63],[37,20,27,67],[38,4,27,69,"get"],[38,7,27,72],[38,9,27,74],[38,18,27,69,"get"],[38,21,27,72,"get"],[38,22,27,72],[38,24,27,86],[39,6,27,88],[39,13,27,95,"fromU8a_js_1"],[39,25,27,107],[39,26,27,108,"compactFromU8a"],[39,40,27,122],[40,4,27,124],[41,2,27,126],[41,3,27,127],[41,4,27,128],[42,2,28,0,"Object"],[42,8,28,6],[42,9,28,7,"defineProperty"],[42,23,28,21],[42,24,28,22,"exports"],[42,31,28,29],[42,33,28,31],[42,52,28,50],[42,54,28,52],[43,4,28,54,"enumerable"],[43,14,28,64],[43,16,28,66],[43,20,28,70],[44,4,28,72,"get"],[44,7,28,75],[44,9,28,77],[44,18,28,72,"get"],[44,21,28,75,"get"],[44,22,28,75],[44,24,28,89],[45,6,28,91],[45,13,28,98,"fromU8a_js_1"],[45,25,28,110],[45,26,28,111,"compactFromU8aLim"],[45,43,28,128],[46,4,28,130],[47,2,28,132],[47,3,28,133],[47,4,28,134],[48,2,29,0],[48,6,29,4,"stripLength_js_1"],[48,22,29,20],[48,25,29,23,"require"],[48,32,29,30],[48,33,29,30,"_dependencyMap"],[48,47,29,30],[48,70,29,49],[48,71,29,50],[49,2,30,0,"Object"],[49,8,30,6],[49,9,30,7,"defineProperty"],[49,23,30,21],[49,24,30,22,"exports"],[49,31,30,29],[49,33,30,31],[49,53,30,51],[49,55,30,53],[50,4,30,55,"enumerable"],[50,14,30,65],[50,16,30,67],[50,20,30,71],[51,4,30,73,"get"],[51,7,30,76],[51,9,30,78],[51,18,30,73,"get"],[51,21,30,76,"get"],[51,22,30,76],[51,24,30,90],[52,6,30,92],[52,13,30,99,"stripLength_js_1"],[52,29,30,115],[52,30,30,116,"compactStripLength"],[52,48,30,134],[53,4,30,136],[54,2,30,138],[54,3,30,139],[54,4,30,140],[55,2,31,0],[55,6,31,4,"toU8a_js_1"],[55,16,31,14],[55,19,31,17,"require"],[55,26,31,24],[55,27,31,24,"_dependencyMap"],[55,41,31,24],[55,58,31,37],[55,59,31,38],[56,2,32,0,"Object"],[56,8,32,6],[56,9,32,7,"defineProperty"],[56,23,32,21],[56,24,32,22,"exports"],[56,31,32,29],[56,33,32,31],[56,47,32,45],[56,49,32,47],[57,4,32,49,"enumerable"],[57,14,32,59],[57,16,32,61],[57,20,32,65],[58,4,32,67,"get"],[58,7,32,70],[58,9,32,72],[58,18,32,67,"get"],[58,21,32,70,"get"],[58,22,32,70],[58,24,32,84],[59,6,32,86],[59,13,32,93,"toU8a_js_1"],[59,23,32,103],[59,24,32,104,"compactToU8a"],[59,36,32,116],[60,4,32,118],[61,2,32,120],[61,3,32,121],[61,4,32,122],[62,0,32,123],[62,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;4ECwB,uDD;0ECE,mDD;6ECC,sDD;8ECE,2DD;wECE,+CD"},"hasCjsExports":true},"type":"js/module"}]} |