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":[{"name":"../hex/fixLength.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":51,"index":51}}],"key":"C9KE65KRBNG+IUGhKjyNCxciU/g=","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.numberToHex = numberToHex;\n var _hexFixLengthJs = require(_dependencyMap[0], \"../hex/fixLength.js\");\n /**\n * @name numberToHex\n * @summary Creates a hex value from a number.\n * @description\n * `null`/`undefined`/`NaN` inputs returns an empty `0x` result. `number` input values return the actual bytes value converted to a `hex`. With `bitLength` set, it converts the number to the equivalent size.\n * @example\n * <BR>\n *\n * ```javascript\n * import { numberToHex } from '@polkadot/util';\n *\n * numberToHex(0x1234); // => '0x1234'\n * numberToHex(0x1234, 32); // => 0x00001234\n * ```\n */\n function numberToHex(value, bitLength = -1) {\n const hex = (!value || Number.isNaN(value) ? 0 : value).toString(16);\n return (0, _hexFixLengthJs.hexFixLength)(hex.length % 2 ? `0${hex}` : hex, bitLength, true);\n }\n});","lineCount":28,"map":[[7,2,17,0,"exports"],[7,9,17,0],[7,10,17,0,"numberToHex"],[7,21,17,0],[7,24,17,0,"numberToHex"],[7,35,17,0],[8,2,1,0],[8,6,1,0,"_hexFixLengthJs"],[8,21,1,0],[8,24,1,0,"require"],[8,31,1,0],[8,32,1,0,"_dependencyMap"],[8,46,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,"numberToHex"],[24,22,17,27,"numberToHex"],[24,23,17,28,"value"],[24,28,17,33],[24,30,17,35,"bitLength"],[24,39,17,44],[24,42,17,47],[24,43,17,48],[24,44,17,49],[24,46,17,51],[25,4,18,4],[25,10,18,10,"hex"],[25,13,18,13],[25,16,18,16],[25,17,18,17],[25,18,18,18,"value"],[25,23,18,23],[25,27,18,27,"Number"],[25,33,18,33],[25,34,18,34,"isNaN"],[25,39,18,39],[25,40,18,40,"value"],[25,45,18,45],[25,46,18,46],[25,49,18,49],[25,50,18,50],[25,53,18,53,"value"],[25,58,18,58],[25,60,18,60,"toString"],[25,68,18,68],[25,69,18,69],[25,71,18,71],[25,72,18,72],[26,4,19,4],[26,11,19,11],[26,15,19,11,"hexFixLength"],[26,30,19,23],[26,31,19,23,"hexFixLength"],[26,43,19,23],[26,45,19,24,"hex"],[26,48,19,27],[26,49,19,28,"length"],[26,55,19,34],[26,58,19,37],[26,59,19,38],[26,62,19,41],[26,66,19,45,"hex"],[26,69,19,48],[26,71,19,50],[26,74,19,53,"hex"],[26,77,19,56],[26,79,19,58,"bitLength"],[26,88,19,67],[26,90,19,69],[26,94,19,73],[26,95,19,74],[27,2,20,0],[28,0,20,1],[28,3]],"functionMap":{"names":["<global>","numberToHex"],"mappings":"AAA;OCgB;CDG"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./info.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":26,"index":26}}],"key":"42F834E9knYqd/z2tH2Xei0YwPc=","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 var _infoJs = require(_dependencyMap[0], \"./info.js\");\n Object.keys(_infoJs).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _infoJs[k];\n }\n });\n }\n });\n});","lineCount":18,"map":[[7,2,1,0],[7,6,1,0,"_infoJs"],[7,13,1,0],[7,16,1,0,"require"],[7,23,1,0],[7,24,1,0,"_dependencyMap"],[7,38,1,0],[8,2,1,0,"Object"],[8,8,1,0],[8,9,1,0,"keys"],[8,13,1,0],[8,14,1,0,"_infoJs"],[8,21,1,0],[8,23,1,0,"forEach"],[8,30,1,0],[8,41,1,0,"k"],[8,42,1,0],[9,4,1,0],[9,8,1,0,"k"],[9,9,1,0],[9,28,1,0,"Object"],[9,34,1,0],[9,35,1,0,"prototype"],[9,44,1,0],[9,45,1,0,"hasOwnProperty"],[9,59,1,0],[9,60,1,0,"call"],[9,64,1,0],[9,65,1,0,"exports"],[9,72,1,0],[9,74,1,0,"k"],[9,75,1,0],[10,6,1,0,"Object"],[10,12,1,0],[10,13,1,0,"defineProperty"],[10,27,1,0],[10,28,1,0,"exports"],[10,35,1,0],[10,37,1,0,"k"],[10,38,1,0],[11,8,1,0,"enumerable"],[11,18,1,0],[12,8,1,0,"get"],[12,11,1,0],[12,22,1,0,"get"],[12,23,1,0],[13,10,1,0],[13,17,1,0,"_infoJs"],[13,24,1,0],[13,25,1,0,"k"],[13,26,1,0],[14,8,1,0],[15,6,1,0],[16,4,1,0],[17,2,1,0],[18,0,1,26],[18,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/x-textdecoder","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":54,"index":54}}],"key":"rACo0slbsuC7OV4OULnZnA8HdPE=","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.u8aToString = u8aToString;\n var _polkadotXTextdecoder = require(_dependencyMap[0], \"@polkadot/x-textdecoder\");\n const decoder = new _polkadotXTextdecoder.TextDecoder('utf-8');\n /**\n * @name u8aToString\n * @summary Creates a utf-8 string from a Uint8Array object.\n * @description\n * `UInt8Array` input values return the actual decoded utf-8 string. `null` or `undefined` values returns an empty string.\n * @example\n * <BR>\n *\n * ```javascript\n * import { u8aToString } from '@polkadot/util';\n *\n * u8aToString(new Uint8Array([0x68, 0x65, 0x6c, 0x6c, 0x6f])); // hello\n * ```\n */\n function u8aToString(value) {\n return value ? decoder.decode(value) : '';\n }\n});","lineCount":27,"map":[[7,2,17,0,"exports"],[7,9,17,0],[7,10,17,0,"u8aToString"],[7,21,17,0],[7,24,17,0,"u8aToString"],[7,35,17,0],[8,2,1,0],[8,6,1,0,"_polkadotXTextdecoder"],[8,27,1,0],[8,30,1,0,"require"],[8,37,1,0],[8,38,1,0,"_dependencyMap"],[8,52,1,0],[9,2,2,0],[9,8,2,6,"decoder"],[9,15,2,13],[9,18,2,16],[9,22,2,20,"TextDecoder"],[9,43,2,31],[9,44,2,31,"TextDecoder"],[9,55,2,31],[9,56,2,32],[9,63,2,39],[9,64,2,40],[10,2,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,"u8aToString"],[24,22,17,27,"u8aToString"],[24,23,17,28,"value"],[24,28,17,33],[24,30,17,35],[25,4,18,4],[25,11,18,11,"value"],[25,16,18,16],[25,19,19,10,"decoder"],[25,26,19,17],[25,27,19,18,"decode"],[25,33,19,24],[25,34,19,25,"value"],[25,39,19,30],[25,40,19,31],[25,43,20,10],[25,45,20,12],[26,2,21,0],[27,0,21,1],[27,3]],"functionMap":{"names":["<global>","u8aToString"],"mappings":"AAA;OCgB;CDI"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./cjs/react-is.production.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":79},"end":{"line":4,"column":58,"index":118}}],"key":"e0uFXAqr5WmEI22RaD+xoj6mSEA=","exportNames":["*"],"imports":1}},{"name":"./cjs/react-is.development.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":19,"index":148},"end":{"line":6,"column":59,"index":188}}],"key":"BQURLKVUVdcmecDXS4jDsbjdmYI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n 'use strict';\n\n if (process.env.NODE_ENV === 'production') {\n module.exports = require(_dependencyMap[0], \"./cjs/react-is.production.js\");\n } else {\n module.exports = require(_dependencyMap[1], \"./cjs/react-is.development.js\");\n }\n});","lineCount":9,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[4,6,3,4,"process"],[4,13,3,11],[4,14,3,12,"env"],[4,17,3,15],[4,18,3,16,"NODE_ENV"],[4,26,3,24],[4,31,3,29],[4,43,3,41],[4,45,3,43],[5,4,4,2,"module"],[5,10,4,8],[5,11,4,9,"exports"],[5,18,4,16],[5,21,4,19,"require"],[5,28,4,26],[5,29,4,26,"_dependencyMap"],[5,43,4,26],[5,78,4,57],[5,79,4,58],[6,2,5,0],[6,3,5,1],[6,9,5,7],[7,4,6,2,"module"],[7,10,6,8],[7,11,6,9,"exports"],[7,18,6,16],[7,21,6,19,"require"],[7,28,6,26],[7,29,6,26,"_dependencyMap"],[7,43,6,26],[7,79,6,58],[7,80,6,59],[8,2,7,0],[9,0,7,1],[9,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long