auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1

This commit is contained in:
emergent-agent-e1
2025-10-24 02:50:33 +00:00
parent cac3637e68
commit a80510af07
1119 changed files with 1119 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./is/bigInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":128},"end":{"line":4,"column":45,"index":153}}],"key":"3lsvzRCjG8TjSly1zm22hPbJP/o=","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.stringify = stringify;\n const bigInt_js_1 = require(_dependencyMap[0], \"./is/bigInt.js\");\n /** @internal */\n function replacer(_, v) {\n return (0, bigInt_js_1.isBigInt)(v) ? v.toString() : v;\n }\n /**\n * @name stringify\n * @summary Performs a JSON.stringify, with BigInt handling\n * @description A wrapper for JSON.stringify that handles BigInt values transparently, converting them to string. No differences from the native JSON.stringify function otherwise.\n */\n function stringify(value, space) {\n return JSON.stringify(value, replacer, space);\n }\n});","lineCount":21,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"stringify"],[7,19,3,17],[7,22,3,20,"stringify"],[7,31,3,29],[8,2,4,0],[8,8,4,6,"bigInt_js_1"],[8,19,4,17],[8,22,4,20,"require"],[8,29,4,27],[8,30,4,27,"_dependencyMap"],[8,44,4,27],[8,65,4,44],[8,66,4,45],[9,2,5,0],[10,2,6,0],[10,11,6,9,"replacer"],[10,19,6,17,"replacer"],[10,20,6,18,"_"],[10,21,6,19],[10,23,6,21,"v"],[10,24,6,22],[10,26,6,24],[11,4,7,4],[11,11,7,11],[11,12,7,12],[11,13,7,13],[11,15,7,15,"bigInt_js_1"],[11,26,7,26],[11,27,7,27,"isBigInt"],[11,35,7,35],[11,37,7,37,"v"],[11,38,7,38],[11,39,7,39],[11,42,8,10,"v"],[11,43,8,11],[11,44,8,12,"toString"],[11,52,8,20],[11,53,8,21],[11,54,8,22],[11,57,9,10,"v"],[11,58,9,11],[12,2,10,0],[13,2,11,0],[14,0,12,0],[15,0,13,0],[16,0,14,0],[17,0,15,0],[18,2,16,0],[18,11,16,9,"stringify"],[18,20,16,18,"stringify"],[18,21,16,19,"value"],[18,26,16,24],[18,28,16,26,"space"],[18,33,16,31],[18,35,16,33],[19,4,17,4],[19,11,17,11,"JSON"],[19,15,17,15],[19,16,17,16,"stringify"],[19,25,17,25],[19,26,17,26,"value"],[19,31,17,31],[19,33,17,33,"replacer"],[19,41,17,41],[19,43,17,43,"space"],[19,48,17,48],[19,49,17,49],[20,2,18,0],[21,0,18,1],[21,3]],"functionMap":{"names":["<global>","replacer","stringify"],"mappings":"AAA;ACK;CDI;AEM;CFE"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/util","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":115},"end":{"line":4,"column":40,"index":140}}],"key":"u0mzEw2nilnHoUWtEdZl0JKHutA=","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.hasEq = hasEq;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n function hasEq(o) {\n return (0, util_1.isFunction)(o.eq);\n }\n});","lineCount":12,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"hasEq"],[7,15,3,13],[7,18,3,16,"hasEq"],[7,23,3,21],[8,2,4,0],[8,8,4,6,"util_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,60,4,39],[8,61,4,40],[9,2,5,0],[9,11,5,9,"hasEq"],[9,16,5,14,"hasEq"],[9,17,5,15,"o"],[9,18,5,16],[9,20,5,18],[10,4,6,4],[10,11,6,11],[10,12,6,12],[10,13,6,13],[10,15,6,15,"util_1"],[10,21,6,21],[10,22,6,22,"isFunction"],[10,32,6,32],[10,34,6,34,"o"],[10,35,6,35],[10,36,6,36,"eq"],[10,38,6,38],[10,39,6,39],[11,2,7,0],[12,0,7,1],[12,3]],"functionMap":{"names":["<global>","hasEq"],"mappings":"AAA;ACI;CDE"},"hasCjsExports":true},"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 exports.v12 = void 0;\n exports.v12 = {\n // v12\n ErrorMetadataV12: 'ErrorMetadataV11',\n EventMetadataV12: 'EventMetadataV11',\n ExtrinsicMetadataV12: 'ExtrinsicMetadataV11',\n FunctionArgumentMetadataV12: 'FunctionArgumentMetadataV11',\n FunctionMetadataV12: 'FunctionMetadataV11',\n MetadataV12: {\n modules: 'Vec<ModuleMetadataV12>',\n extrinsic: 'ExtrinsicMetadataV12'\n },\n ModuleConstantMetadataV12: 'ModuleConstantMetadataV11',\n ModuleMetadataV12: {\n name: 'Text',\n storage: 'Option<StorageMetadataV12>',\n calls: 'Option<Vec<FunctionMetadataV12>>',\n events: 'Option<Vec<EventMetadataV12>>',\n constants: 'Vec<ModuleConstantMetadataV12>',\n errors: 'Vec<ErrorMetadataV12>',\n index: 'u8'\n },\n StorageEntryModifierV12: 'StorageEntryModifierV11',\n StorageEntryMetadataV12: 'StorageEntryMetadataV11',\n StorageEntryTypeV12: 'StorageEntryTypeV11',\n StorageMetadataV12: 'StorageMetadataV11',\n StorageHasherV12: 'StorageHasherV11'\n };\n});","lineCount":35,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"v12"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"v12"],[8,13,4,11],[8,16,4,14],[9,4,5,4],[10,4,6,4,"ErrorMetadataV12"],[10,20,6,20],[10,22,6,22],[10,40,6,40],[11,4,7,4,"EventMetadataV12"],[11,20,7,20],[11,22,7,22],[11,40,7,40],[12,4,8,4,"ExtrinsicMetadataV12"],[12,24,8,24],[12,26,8,26],[12,48,8,48],[13,4,9,4,"FunctionArgumentMetadataV12"],[13,31,9,31],[13,33,9,33],[13,62,9,62],[14,4,10,4,"FunctionMetadataV12"],[14,23,10,23],[14,25,10,25],[14,46,10,46],[15,4,11,4,"MetadataV12"],[15,15,11,15],[15,17,11,17],[16,6,12,8,"modules"],[16,13,12,15],[16,15,12,17],[16,39,12,41],[17,6,13,8,"extrinsic"],[17,15,13,17],[17,17,13,19],[18,4,14,4],[18,5,14,5],[19,4,15,4,"ModuleConstantMetadataV12"],[19,29,15,29],[19,31,15,31],[19,58,15,58],[20,4,16,4,"ModuleMetadataV12"],[20,21,16,21],[20,23,16,23],[21,6,17,8,"name"],[21,10,17,12],[21,12,17,14],[21,18,17,20],[22,6,18,8,"storage"],[22,13,18,15],[22,15,18,17],[22,43,18,45],[23,6,19,8,"calls"],[23,11,19,13],[23,13,19,15],[23,47,19,49],[24,6,20,8,"events"],[24,12,20,14],[24,14,20,16],[24,45,20,47],[25,6,21,8,"constants"],[25,15,21,17],[25,17,21,19],[25,49,21,51],[26,6,22,8,"errors"],[26,12,22,14],[26,14,22,16],[26,37,22,39],[27,6,23,8,"index"],[27,11,23,13],[27,13,23,15],[28,4,24,4],[28,5,24,5],[29,4,25,4,"StorageEntryModifierV12"],[29,27,25,27],[29,29,25,29],[29,54,25,54],[30,4,26,4,"StorageEntryMetadataV12"],[30,27,26,27],[30,29,26,29],[30,54,26,54],[31,4,27,4,"StorageEntryTypeV12"],[31,23,27,23],[31,25,27,25],[31,46,27,46],[32,4,28,4,"StorageMetadataV12"],[32,22,28,22],[32,24,28,24],[32,44,28,44],[33,4,29,4,"StorageHasherV12"],[33,20,29,20],[33,22,29,22],[34,2,30,0],[34,3,30,1],[35,0,30,2],[35,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}