auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2

This commit is contained in:
emergent-agent-e1
2025-11-08 11:08:44 +00:00
parent 0373b73c4f
commit 32d0877be4
340 changed files with 340 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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/x-bigint',\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: '13.5.7'\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,30,1,55],[15,4,1,57,"path"],[15,8,1,61],[15,10,1,64,"globalThis"],[15,20,1,64],[15,21,1,64,"__ExpoImportMetaRegistry"],[15,45,1,64],[15,49,1,79,"globalThis"],[15,59,1,79],[15,60,1,79,"__ExpoImportMetaRegistry"],[15,84,1,79],[15,85,1,91,"url"],[15,88,1,94],[15,91,1,98],[15,95,1,102,"URL"],[15,98,1,105],[15,99,1,106,"globalThis"],[15,109,1,106],[15,110,1,106,"__ExpoImportMetaRegistry"],[15,134,1,106],[15,135,1,118,"url"],[15,138,1,121],[15,139,1,122],[15,140,1,123,"pathname"],[15,148,1,131],[15,149,1,132,"substring"],[15,158,1,141],[15,159,1,142],[15,160,1,143],[15,162,1,145],[15,166,1,149,"URL"],[15,169,1,152],[15,170,1,153,"globalThis"],[15,180,1,153],[15,181,1,153,"__ExpoImportMetaRegistry"],[15,205,1,153],[15,206,1,165,"url"],[15,209,1,168],[15,210,1,169],[15,211,1,170,"pathname"],[15,219,1,178],[15,220,1,179,"lastIndexOf"],[15,231,1,190],[15,232,1,191],[15,235,1,194],[15,236,1,195],[15,239,1,198],[15,240,1,199],[15,241,1,200],[15,244,1,203],[15,250,1,209],[16,4,1,211,"type"],[16,8,1,215],[16,10,1,217],[16,15,1,222],[17,4,1,224,"version"],[17,11,1,231],[17,13,1,233],[18,2,1,242],[18,3,1,243],[19,0,1,244],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../bn/bn.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":33,"index":33}}],"key":"pRz0ltMTvp81oHyR6ilywDAbGkE=","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.isBn = isBn;\n var _bnBnJs = require(_dependencyMap[0], \"../bn/bn.js\");\n /**\n * @name isBn\n * @summary Tests for a `BN` object instance.\n * @description\n * Checks to see if the input object is an instance of `BN` (bn.js).\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { isBn } from '@polkadot/util';\n *\n * console.log('isBn', isBn(new BN(1))); // => true\n * ```\n */\n function isBn(value) {\n return _bnBnJs.BN.isBN(value);\n }\n});","lineCount":27,"map":[[7,2,17,0,"exports"],[7,9,17,0],[7,10,17,0,"isBn"],[7,14,17,0],[7,17,17,0,"isBn"],[7,21,17,0],[8,2,1,0],[8,6,1,0,"_bnBnJs"],[8,13,1,0],[8,16,1,0,"require"],[8,23,1,0],[8,24,1,0,"_dependencyMap"],[8,38,1,0],[9,2,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,0,15,0],[23,0,16,0],[24,2,17,7],[24,11,17,16,"isBn"],[24,15,17,20,"isBn"],[24,16,17,21,"value"],[24,21,17,26],[24,23,17,28],[25,4,18,4],[25,11,18,11,"BN"],[25,18,18,13],[25,19,18,13,"BN"],[25,21,18,13],[25,22,18,14,"isBN"],[25,26,18,18],[25,27,18,19,"value"],[25,32,18,24],[25,33,18,25],[26,2,19,0],[27,0,19,1],[27,3]],"functionMap":{"names":["<global>","isBn"],"mappings":"AAA;OCgB;CDE"},"hasCjsExports":false},"type":"js/module"}]}