auto-commit for 419f22ef-909a-4d7d-ab8a-e053a891ce1f

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:57 +00:00
parent 41853ac979
commit c0604aafc1
1555 changed files with 1555 additions and 0 deletions
@@ -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"}]}
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/types',\n path: import.meta && import.meta.url ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',\n type: 'esm',\n version: '16.4.9'\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,27,1,52],[15,4,1,54,"path"],[15,8,1,58],[15,10,1,61,"import"],[15,16,1,67],[15,17,1,68,"meta"],[15,21,1,72],[15,25,1,76,"import"],[15,31,1,82],[15,32,1,83,"meta"],[15,36,1,87],[15,37,1,88,"url"],[15,40,1,91],[15,43,1,95],[15,47,1,99,"URL"],[15,50,1,102],[15,51,1,103,"import"],[15,57,1,109],[15,58,1,110,"meta"],[15,62,1,114],[15,63,1,115,"url"],[15,66,1,118],[15,67,1,119],[15,68,1,120,"pathname"],[15,76,1,128],[15,77,1,129,"substring"],[15,86,1,138],[15,87,1,139],[15,88,1,140],[15,90,1,142],[15,94,1,146,"URL"],[15,97,1,149],[15,98,1,150,"import"],[15,104,1,156],[15,105,1,157,"meta"],[15,109,1,161],[15,110,1,162,"url"],[15,113,1,165],[15,114,1,166],[15,115,1,167,"pathname"],[15,123,1,175],[15,124,1,176,"lastIndexOf"],[15,135,1,187],[15,136,1,188],[15,139,1,191],[15,140,1,192],[15,143,1,195],[15,144,1,196],[15,145,1,197],[15,148,1,200],[15,154,1,206],[16,4,1,208,"type"],[16,8,1,212],[16,10,1,214],[16,15,1,219],[17,4,1,221,"version"],[17,11,1,228],[17,13,1,230],[18,2,1,239],[18,3,1,240],[19,0,1,241],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long