mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-18 19:21:01 +00:00
auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"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.bufferToU8a = bufferToU8a;\n /**\n * @name bufferToU8a\n * @summary Creates a Uint8Array value from a Buffer object.\n * @description\n * `null` inputs returns an empty result, `Buffer` values return the actual value as a `Uint8Array`. Anything that is not a `Buffer` object throws an error.\n * @example\n * <BR>\n *\n * ```javascript\n * import { bufferToU8a } from '@polkadot/util';\n *\n * bufferToU8a(Buffer.from([1, 2, 3]));\n * ```\n */\n function bufferToU8a(buffer) {\n return new Uint8Array(buffer || []);\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"bufferToU8a"],[7,21,15,0],[7,24,15,0,"bufferToU8a"],[7,35,15,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,2,15,7],[22,11,15,16,"bufferToU8a"],[22,22,15,27,"bufferToU8a"],[22,23,15,28,"buffer"],[22,29,15,34],[22,31,15,36],[23,4,16,4],[23,11,16,11],[23,15,16,15,"Uint8Array"],[23,25,16,25],[23,26,16,26,"buffer"],[23,32,16,32],[23,36,16,36],[23,38,16,38],[23,39,16,39],[24,2,17,0],[25,0,17,1],[25,3]],"functionMap":{"names":["<global>","bufferToU8a"],"mappings":"AAA;OCc;CDE"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"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, \"packageInfo\", {\n enumerable: true,\n get: function () {\n return packageInfo;\n }\n });\n const packageInfo = {\n name: '@polkadot/extension-dapp',\n path: globalThis.__ExpoImportMetaRegistry && globalThis.__ExpoImportMetaRegistry.url ? new URL(globalThis.__ExpoImportMetaRegistry.url).pathname.substring(0, new URL(globalThis.__ExpoImportMetaRegistry.url).pathname.lastIndexOf('/') + 1) : 'auto',\n type: 'esm',\n version: '0.62.3'\n };\n});","lineCount":19,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"packageInfo"],[10,24,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"packageInfo"],[13,19,1,24],[13,22,1,27],[14,4,1,29,"name"],[14,8,1,33],[14,10,1,35],[14,36,1,61],[15,4,1,63,"path"],[15,8,1,67],[15,10,1,70,"globalThis"],[15,20,1,70],[15,21,1,70,"__ExpoImportMetaRegistry"],[15,45,1,70],[15,49,1,85,"globalThis"],[15,59,1,85],[15,60,1,85,"__ExpoImportMetaRegistry"],[15,84,1,85],[15,85,1,97,"url"],[15,88,1,100],[15,91,1,104],[15,95,1,108,"URL"],[15,98,1,111],[15,99,1,112,"globalThis"],[15,109,1,112],[15,110,1,112,"__ExpoImportMetaRegistry"],[15,134,1,112],[15,135,1,124,"url"],[15,138,1,127],[15,139,1,128],[15,140,1,129,"pathname"],[15,148,1,137],[15,149,1,138,"substring"],[15,158,1,147],[15,159,1,148],[15,160,1,149],[15,162,1,151],[15,166,1,155,"URL"],[15,169,1,158],[15,170,1,159,"globalThis"],[15,180,1,159],[15,181,1,159,"__ExpoImportMetaRegistry"],[15,205,1,159],[15,206,1,171,"url"],[15,209,1,174],[15,210,1,175],[15,211,1,176,"pathname"],[15,219,1,184],[15,220,1,185,"lastIndexOf"],[15,231,1,196],[15,232,1,197],[15,235,1,200],[15,236,1,201],[15,239,1,204],[15,240,1,205],[15,241,1,206],[15,244,1,209],[15,250,1,215],[16,4,1,217,"type"],[16,8,1,221],[16,10,1,223],[16,15,1,228],[17,4,1,230,"version"],[17,11,1,237],[17,13,1,239],[18,2,1,248],[18,3,1,249],[19,0,1,250],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
Reference in New Issue
Block a user