auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../abstract/Int.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":49,"index":49}}],"key":"yV3Vh8PGUBHwW3OSefoTkwjUA/c=","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 Object.defineProperty(exports, \"UInt\", {\n enumerable: true,\n get: function () {\n return UInt;\n }\n });\n var _abstractIntJs = require(_dependencyMap[0], \"../abstract/Int.js\");\n /**\n * @name UInt\n * @description\n * A generic unsigned integer codec. For Substrate all numbers are Little Endian encoded,\n * this handles the encoding and decoding of those numbers. Upon construction\n * the bitLength is provided and any additional use keeps the number to this\n * length. This extends `BN`, so all methods available on a normal `BN` object\n * is available here.\n * @noInheritDoc\n */\n class UInt extends _abstractIntJs.AbstractInt {\n static with(bitLength, typeName) {\n return class extends UInt {\n constructor(registry, value) {\n super(registry, value, bitLength);\n }\n toRawType() {\n return typeName || super.toRawType();\n }\n };\n }\n }\n});","lineCount":36,"map":[[7,2,12,0,"Object"],[7,8,12,0],[7,9,12,0,"defineProperty"],[7,23,12,0],[7,24,12,0,"exports"],[7,31,12,0],[8,4,12,0,"enumerable"],[8,14,12,0],[9,4,12,0,"get"],[9,7,12,0],[9,18,12,0,"get"],[9,19,12,0],[10,6,12,0],[10,13,12,0,"UInt"],[10,17,12,0],[11,4,12,0],[12,2,12,0],[13,2,1,0],[13,6,1,0,"_abstractIntJs"],[13,20,1,0],[13,23,1,0,"require"],[13,30,1,0],[13,31,1,0,"_dependencyMap"],[13,45,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,0,9,0],[22,0,10,0],[23,0,11,0],[24,2,12,7],[24,8,12,13,"UInt"],[24,12,12,17],[24,21,12,26,"AbstractInt"],[24,35,12,37],[24,36,12,37,"AbstractInt"],[24,47,12,37],[24,48,12,38],[25,4,13,4],[25,11,13,11,"with"],[25,15,13,15,"with"],[25,16,13,16,"bitLength"],[25,25,13,25],[25,27,13,27,"typeName"],[25,35,13,35],[25,37,13,37],[26,6,14,8],[26,13,14,15],[26,27,14,29,"UInt"],[26,31,14,33],[26,32,14,34],[27,8,15,12,"constructor"],[27,19,15,23,"constructor"],[27,20,15,24,"registry"],[27,28,15,32],[27,30,15,34,"value"],[27,35,15,39],[27,37,15,41],[28,10,16,16],[28,15,16,21],[28,16,16,22,"registry"],[28,24,16,30],[28,26,16,32,"value"],[28,31,16,37],[28,33,16,39,"bitLength"],[28,42,16,48],[28,43,16,49],[29,8,17,12],[30,8,18,12,"toRawType"],[30,17,18,21,"toRawType"],[30,18,18,21],[30,20,18,24],[31,10,19,16],[31,17,19,23,"typeName"],[31,25,19,31],[31,29,19,35],[31,34,19,40],[31,35,19,41,"toRawType"],[31,44,19,50],[31,45,19,51],[31,46,19,52],[32,8,20,12],[33,6,21,8],[33,7,21,9],[34,4,22,4],[35,2,23,0],[36,0,23,1],[36,3]],"functionMap":{"names":["<global>","UInt","_with","<anonymous>","constructor","toRawType"],"mappings":"AAA;OCW;ICC;eCC;YCC;aDE;YEC;aFE;SDC;KDC;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../getNamedContext.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":56,"index":71}}],"key":"KRgSZGDSx7/6c0jPDTEf7wsaS4k=","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 Object.defineProperty(exports, \"HeaderBackContext\", {\n enumerable: true,\n get: function () {\n return HeaderBackContext;\n }\n });\n var _getNamedContextJs = require(_dependencyMap[0], \"../getNamedContext.js\");\n const HeaderBackContext = (0, _getNamedContextJs.getNamedContext)('HeaderBackContext', undefined);\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13,"Object"],[4,8,1,13],[4,9,1,13,"defineProperty"],[4,23,1,13],[4,24,1,13,"exports"],[4,31,1,13],[5,4,1,13,"value"],[5,9,1,13],[6,2,1,13],[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"HeaderBackContext"],[10,30,4,0],[11,4,4,0],[12,2,4,0],[13,2,3,0],[13,6,3,0,"_getNamedContextJs"],[13,24,3,0],[13,27,3,0,"require"],[13,34,3,0],[13,35,3,0,"_dependencyMap"],[13,49,3,0],[14,2,4,7],[14,8,4,13,"HeaderBackContext"],[14,25,4,30],[14,28,4,33],[14,32,4,33,"getNamedContext"],[14,50,4,48],[14,51,4,48,"getNamedContext"],[14,66,4,48],[14,68,4,49],[14,87,4,68],[14,89,4,70,"undefined"],[14,98,4,79],[14,99,4,80],[15,0,4,81],[15,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -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, \"default\", {\n enumerable: true,\n get: function () {\n return _extends;\n }\n });\n function _extends() {\n return _extends = Object.assign ? Object.assign.bind() : function (n) {\n for (var e = 1; e < arguments.length; e++) {\n var t = arguments[e];\n for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);\n }\n return n;\n }, _extends.apply(null, arguments);\n }\n});","lineCount":22,"map":[[7,2,10,0,"Object"],[7,8,10,0],[7,9,10,0,"defineProperty"],[7,23,10,0],[7,24,10,0,"exports"],[7,31,10,0],[8,4,10,0,"enumerable"],[8,14,10,0],[9,4,10,0,"get"],[9,7,10,0],[9,18,10,0,"get"],[9,19,10,0],[10,6,10,0],[10,13,10,9,"_extends"],[10,21,10,17],[11,4,10,17],[12,2,10,17],[13,2,1,0],[13,11,1,9,"_extends"],[13,19,1,17,"_extends"],[13,20,1,17],[13,22,1,20],[14,4,2,2],[14,11,2,9,"_extends"],[14,19,2,17],[14,22,2,20,"Object"],[14,28,2,26],[14,29,2,27,"assign"],[14,35,2,33],[14,38,2,36,"Object"],[14,44,2,42],[14,45,2,43,"assign"],[14,51,2,49],[14,52,2,50,"bind"],[14,56,2,54],[14,57,2,55],[14,58,2,56],[14,61,2,59],[14,71,2,69,"n"],[14,72,2,70],[14,74,2,72],[15,6,3,4],[15,11,3,9],[15,15,3,13,"e"],[15,16,3,14],[15,19,3,17],[15,20,3,18],[15,22,3,20,"e"],[15,23,3,21],[15,26,3,24,"arguments"],[15,35,3,33],[15,36,3,34,"length"],[15,42,3,40],[15,44,3,42,"e"],[15,45,3,43],[15,47,3,45],[15,49,3,47],[16,8,4,6],[16,12,4,10,"t"],[16,13,4,11],[16,16,4,14,"arguments"],[16,25,4,23],[16,26,4,24,"e"],[16,27,4,25],[16,28,4,26],[17,8,5,6],[17,13,5,11],[17,17,5,15,"r"],[17,18,5,16],[17,22,5,20,"t"],[17,23,5,21],[17,25,5,23],[17,26,5,24],[17,27,5,25],[17,28,5,26],[17,30,5,28,"hasOwnProperty"],[17,44,5,42],[17,45,5,43,"call"],[17,49,5,47],[17,50,5,48,"t"],[17,51,5,49],[17,53,5,51,"r"],[17,54,5,52],[17,55,5,53],[17,60,5,58,"n"],[17,61,5,59],[17,62,5,60,"r"],[17,63,5,61],[17,64,5,62],[17,67,5,65,"t"],[17,68,5,66],[17,69,5,67,"r"],[17,70,5,68],[17,71,5,69],[17,72,5,70],[18,6,6,4],[19,6,7,4],[19,13,7,11,"n"],[19,14,7,12],[20,4,8,2],[20,5,8,3],[20,7,8,5,"_extends"],[20,15,8,13],[20,16,8,14,"apply"],[20,21,8,19],[20,22,8,20],[20,26,8,24],[20,28,8,26,"arguments"],[20,37,8,35],[20,38,8,36],[21,2,9,0],[22,0,9,1],[22,3]],"functionMap":{"names":["_extends","<anonymous>","<global>"],"mappings":"AAA;2DCC;GDM;CEC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long