auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 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
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 exports.setImmediate = setImmediate;\n exports.clearImmediate = clearImmediate;\n var GUIID = 1;\n var clearedImmediates = new Set();\n function setImmediate(callback) {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n if (arguments.length < 1) {\n throw new TypeError('setImmediate must be called with at least one argument (a function to call)');\n }\n if (typeof callback !== 'function') {\n throw new TypeError('The first argument to setImmediate must be a function.');\n }\n var id = GUIID++;\n if (clearedImmediates.has(id)) {\n clearedImmediates.delete(id);\n }\n global.queueMicrotask(() => {\n if (!clearedImmediates.has(id)) {\n callback.apply(undefined, args);\n } else {\n clearedImmediates.delete(id);\n }\n });\n return id;\n }\n function clearImmediate(immediateID) {\n clearedImmediates.add(immediateID);\n }\n});","lineCount":37,"map":[[2,2,11,0],[2,14,11,12],[4,2,11,13,"Object"],[4,8,11,13],[4,9,11,13,"defineProperty"],[4,23,11,13],[4,24,11,13,"exports"],[4,31,11,13],[5,4,11,13,"value"],[5,9,11,13],[6,2,11,13],[7,2,24,0,"exports"],[7,9,24,0],[7,10,24,0,"setImmediate"],[7,22,24,0],[7,25,24,0,"setImmediate"],[7,37,24,0],[8,2,59,0,"exports"],[8,9,59,0],[8,10,59,0,"clearImmediate"],[8,24,59,0],[8,27,59,0,"clearImmediate"],[8,41,59,0],[9,2,14,0],[9,6,14,4,"GUIID"],[9,11,14,9],[9,14,14,12],[9,15,14,13],[10,2,17,0],[10,6,17,6,"clearedImmediates"],[10,23,17,36],[10,26,17,39],[10,30,17,43,"Set"],[10,33,17,46],[10,34,17,47],[10,35,17,48],[11,2,24,7],[11,11,24,16,"setImmediate"],[11,23,24,28,"setImmediate"],[11,24,24,29,"callback"],[11,32,24,47],[11,34,24,71],[12,4,24,71],[12,13,24,71,"_len"],[12,17,24,71],[12,20,24,71,"arguments"],[12,29,24,71],[12,30,24,71,"length"],[12,36,24,71],[12,38,24,52,"args"],[12,42,24,56],[12,49,24,56,"Array"],[12,54,24,56],[12,55,24,56,"_len"],[12,59,24,56],[12,66,24,56,"_len"],[12,70,24,56],[12,81,24,56,"_key"],[12,85,24,56],[12,91,24,56,"_key"],[12,95,24,56],[12,98,24,56,"_len"],[12,102,24,56],[12,104,24,56,"_key"],[12,108,24,56],[13,6,24,52,"args"],[13,10,24,56],[13,11,24,56,"_key"],[13,15,24,56],[13,23,24,56,"arguments"],[13,32,24,56],[13,33,24,56,"_key"],[13,37,24,56],[14,4,24,56],[15,4,25,2],[15,8,25,6,"arguments"],[15,17,25,15],[15,18,25,16,"length"],[15,24,25,22],[15,27,25,25],[15,28,25,26],[15,30,25,28],[16,6,26,4],[16,12,26,10],[16,16,26,14,"TypeError"],[16,25,26,23],[16,26,27,6],[16,103,28,4],[16,104,28,5],[17,4,29,2],[18,4,30,2],[18,8,30,6],[18,15,30,13,"callback"],[18,23,30,21],[18,28,30,26],[18,38,30,36],[18,40,30,38],[19,6,31,4],[19,12,31,10],[19,16,31,14,"TypeError"],[19,25,31,23],[19,26,32,6],[19,82,33,4],[19,83,33,5],[20,4,34,2],[21,4,36,2],[21,8,36,8,"id"],[21,10,36,10],[21,13,36,13,"GUIID"],[21,18,36,18],[21,20,36,20],[22,4,39,2],[22,8,39,6,"clearedImmediates"],[22,25,39,23],[22,26,39,24,"has"],[22,29,39,27],[22,30,39,28,"id"],[22,32,39,30],[22,33,39,31],[22,35,39,33],[23,6,40,4,"clearedImmediates"],[23,23,40,21],[23,24,40,22,"delete"],[23,30,40,28],[23,31,40,29,"id"],[23,33,40,31],[23,34,40,32],[24,4,41,2],[25,4,44,2,"global"],[25,10,44,8],[25,11,44,9,"queueMicrotask"],[25,25,44,23],[25,26,44,24],[25,32,44,30],[26,6,45,4],[26,10,45,8],[26,11,45,9,"clearedImmediates"],[26,28,45,26],[26,29,45,27,"has"],[26,32,45,30],[26,33,45,31,"id"],[26,35,45,33],[26,36,45,34],[26,38,45,36],[27,8,46,6,"callback"],[27,16,46,14],[27,17,46,15,"apply"],[27,22,46,20],[27,23,46,21,"undefined"],[27,32,46,30],[27,34,46,32,"args"],[27,38,46,36],[27,39,46,37],[28,6,47,4],[28,7,47,5],[28,13,47,11],[29,8,49,6,"clearedImmediates"],[29,25,49,23],[29,26,49,24,"delete"],[29,32,49,30],[29,33,49,31,"id"],[29,35,49,33],[29,36,49,34],[30,6,50,4],[31,4,51,2],[31,5,51,3],[31,6,51,4],[32,4,53,2],[32,11,53,9,"id"],[32,13,53,11],[33,2,54,0],[34,2,59,7],[34,11,59,16,"clearImmediate"],[34,25,59,30,"clearImmediate"],[34,26,59,31,"immediateID"],[34,37,59,50],[34,39,59,52],[35,4,60,2,"clearedImmediates"],[35,21,60,19],[35,22,60,20,"add"],[35,25,60,23],[35,26,60,24,"immediateID"],[35,37,60,35],[35,38,60,36],[36,2,61,0],[37,0,61,1],[37,3]],"functionMap":{"names":["<global>","setImmediate","global.queueMicrotask$argument_0","clearImmediate"],"mappings":"AAA;OCuB;wBCoB;GDO;CDG;OGK"},"hasCjsExports":false},"type":"js/module"}]}
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":[{"name":"../../../src/private/specs_DEPRECATED/modules/NativeDialogManagerAndroid","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":89}}],"key":"LKJq9yMrH66ZOKE+RSMsxSGeFno=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid = require(_dependencyMap[0], \"../../../src/private/specs_DEPRECATED/modules/NativeDialogManagerAndroid\");\n Object.keys(_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid).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 _srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid[k];\n }\n });\n }\n });\n var NativeDialogManagerAndroid = _interopDefault(_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid);\n var _default = NativeDialogManagerAndroid.default;\n});","lineCount":31,"map":[[12,2,14,0,"Object"],[12,8,14,0],[12,9,14,0,"defineProperty"],[12,23,14,0],[12,24,14,0,"exports"],[12,31,14,0],[13,4,14,0,"enumerable"],[13,14,14,0],[14,4,14,0,"get"],[14,7,14,0],[14,18,14,0,"get"],[14,19,14,0],[15,6,14,0],[15,13,14,0,"_default"],[15,21,14,0],[16,4,14,0],[17,2,14,0],[18,2,11,0],[18,6,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid"],[18,66,11,0],[18,69,11,0,"require"],[18,76,11,0],[18,77,11,0,"_dependencyMap"],[18,91,11,0],[19,2,11,0,"Object"],[19,8,11,0],[19,9,11,0,"keys"],[19,13,11,0],[19,14,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid"],[19,74,11,0],[19,76,11,0,"forEach"],[19,83,11,0],[19,94,11,0,"k"],[19,95,11,0],[20,4,11,0],[20,8,11,0,"k"],[20,9,11,0],[20,28,11,0,"Object"],[20,34,11,0],[20,35,11,0,"prototype"],[20,44,11,0],[20,45,11,0,"hasOwnProperty"],[20,59,11,0],[20,60,11,0,"call"],[20,64,11,0],[20,65,11,0,"exports"],[20,72,11,0],[20,74,11,0,"k"],[20,75,11,0],[21,6,11,0,"Object"],[21,12,11,0],[21,13,11,0,"defineProperty"],[21,27,11,0],[21,28,11,0,"exports"],[21,35,11,0],[21,37,11,0,"k"],[21,38,11,0],[22,8,11,0,"enumerable"],[22,18,11,0],[23,8,11,0,"get"],[23,11,11,0],[23,22,11,0,"get"],[23,23,11,0],[24,10,11,0],[24,17,11,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid"],[24,77,11,0],[24,78,11,0,"k"],[24,79,11,0],[25,8,11,0],[26,6,11,0],[27,4,11,0],[28,2,11,0],[29,2,12,0],[29,6,12,0,"NativeDialogManagerAndroid"],[29,32,12,0],[29,35,12,0,"_interopDefault"],[29,50,12,0],[29,51,12,0,"_srcPrivateSpecs_DEPRECATEDModulesNativeDialogManagerAndroid"],[29,111,12,0],[30,2,14,0],[30,6,14,0,"_default"],[30,14,14,0],[30,17,14,15,"NativeDialogManagerAndroid"],[30,43,14,41],[30,44,14,41,"default"],[30,51,14,41],[31,0,14,42],[31,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","exportNames":["*"],"imports":1}},{"name":"./fromU8a.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":21,"index":147},"end":{"line":4,"column":44,"index":170}}],"key":"lpUVNuaYPWUPfqKdGaLcE9Eo3ow=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _slicedToArray = require(_dependencyMap[0], \"@babel/runtime/helpers/slicedToArray\").default;\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.compactStripLength = compactStripLength;\n var fromU8a_js_1 = require(_dependencyMap[1], \"./fromU8a.js\");\n /**\n * @name compactStripLength\n * @description Removes the length prefix, returning both the total length (including the value + compact encoding) and the decoded value with the correct length\n * @example\n * <BR>\n *\n * ```javascript\n * import { compactStripLength } from '@polkadot/util';\n *\n * console.log(compactStripLength(new Uint8Array([2 << 2, 0xde, 0xad]))); // [2, Uint8Array[0xde, 0xad]]\n * ```\n */\n function compactStripLength(input) {\n var _ref = (0, fromU8a_js_1.compactFromU8a)(input),\n _ref2 = _slicedToArray(_ref, 2),\n offset = _ref2[0],\n length = _ref2[1];\n var total = offset + length.toNumber();\n return [total, input.subarray(offset, total)];\n }\n});","lineCount":30,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_slicedToArray"],[4,20,1,13],[4,23,1,13,"require"],[4,30,1,13],[4,31,1,13,"_dependencyMap"],[4,45,1,13],[4,90,1,13,"default"],[4,97,1,13],[5,2,2,0,"Object"],[5,8,2,6],[5,9,2,7,"defineProperty"],[5,23,2,21],[5,24,2,22,"exports"],[5,31,2,29],[5,33,2,31],[5,45,2,43],[5,47,2,45],[6,4,2,47,"value"],[6,9,2,52],[6,11,2,54],[7,2,2,59],[7,3,2,60],[7,4,2,61],[8,2,3,0,"exports"],[8,9,3,7],[8,10,3,8,"compactStripLength"],[8,28,3,26],[8,31,3,29,"compactStripLength"],[8,49,3,47],[9,2,4,0],[9,6,4,6,"fromU8a_js_1"],[9,18,4,18],[9,21,4,21,"require"],[9,28,4,28],[9,29,4,28,"_dependencyMap"],[9,43,4,28],[9,62,4,43],[9,63,4,44],[10,2,5,0],[11,0,6,0],[12,0,7,0],[13,0,8,0],[14,0,9,0],[15,0,10,0],[16,0,11,0],[17,0,12,0],[18,0,13,0],[19,0,14,0],[20,0,15,0],[21,0,16,0],[22,2,17,0],[22,11,17,9,"compactStripLength"],[22,29,17,27,"compactStripLength"],[22,30,17,28,"input"],[22,35,17,33],[22,37,17,35],[23,4,18,4],[23,8,18,4,"_ref"],[23,12,18,4],[23,15,18,29],[23,16,18,30],[23,17,18,31],[23,19,18,33,"fromU8a_js_1"],[23,31,18,45],[23,32,18,46,"compactFromU8a"],[23,46,18,60],[23,48,18,62,"input"],[23,53,18,67],[23,54,18,68],[24,6,18,68,"_ref2"],[24,11,18,68],[24,14,18,68,"_slicedToArray"],[24,28,18,68],[24,29,18,68,"_ref"],[24,33,18,68],[25,6,18,11,"offset"],[25,12,18,17],[25,15,18,17,"_ref2"],[25,20,18,17],[26,6,18,19,"length"],[26,12,18,25],[26,15,18,25,"_ref2"],[26,20,18,25],[27,4,19,4],[27,8,19,10,"total"],[27,13,19,15],[27,16,19,18,"offset"],[27,22,19,24],[27,25,19,27,"length"],[27,31,19,33],[27,32,19,34,"toNumber"],[27,40,19,42],[27,41,19,43],[27,42,19,44],[28,4,20,4],[28,11,20,11],[28,12,21,8,"total"],[28,17,21,13],[28,19,22,8,"input"],[28,24,22,13],[28,25,22,14,"subarray"],[28,33,22,22],[28,34,22,23,"offset"],[28,40,22,29],[28,42,22,31,"total"],[28,47,22,36],[28,48,22,37],[28,49,23,5],[29,2,24,0],[30,0,24,1],[30,3]],"functionMap":{"names":["<global>","compactStripLength"],"mappings":"AAA;ACgB;CDO"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./EventInternals","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":20,"column":0},"end":{"line":20,"column":46}}],"key":"osWM0nHj/rKMvL8LiAcgeSxbpjI=","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, \"EVENT_TARGET_GET_THE_PARENT_KEY\", {\n enumerable: true,\n get: function () {\n return EVENT_TARGET_GET_THE_PARENT_KEY;\n }\n });\n Object.defineProperty(exports, \"INTERNAL_DISPATCH_METHOD_KEY\", {\n enumerable: true,\n get: function () {\n return INTERNAL_DISPATCH_METHOD_KEY;\n }\n });\n exports.dispatchTrustedEvent = dispatchTrustedEvent;\n var _EventInternals = require(_dependencyMap[0], \"./EventInternals\");\n var EVENT_TARGET_GET_THE_PARENT_KEY = Symbol('EventTarget[get the parent]');\n var INTERNAL_DISPATCH_METHOD_KEY = Symbol('EventTarget[dispatch]');\n function dispatchTrustedEvent(eventTarget, event) {\n (0, _EventInternals.setIsTrusted)(event, true);\n return eventTarget[INTERNAL_DISPATCH_METHOD_KEY](event);\n }\n});","lineCount":27,"map":[[7,2,26,0,"Object"],[7,8,26,0],[7,9,26,0,"defineProperty"],[7,23,26,0],[7,24,26,0,"exports"],[7,31,26,0],[8,4,26,0,"enumerable"],[8,14,26,0],[9,4,26,0,"get"],[9,7,26,0],[9,18,26,0,"get"],[9,19,26,0],[10,6,26,0],[10,13,26,0,"EVENT_TARGET_GET_THE_PARENT_KEY"],[10,44,26,0],[11,4,26,0],[12,2,26,0],[13,2,34,0,"Object"],[13,8,34,0],[13,9,34,0,"defineProperty"],[13,23,34,0],[13,24,34,0,"exports"],[13,31,34,0],[14,4,34,0,"enumerable"],[14,14,34,0],[15,4,34,0,"get"],[15,7,34,0],[15,18,34,0,"get"],[15,19,34,0],[16,6,34,0],[16,13,34,0,"INTERNAL_DISPATCH_METHOD_KEY"],[16,41,34,0],[17,4,34,0],[18,2,34,0],[19,2,44,0,"exports"],[19,9,44,0],[19,10,44,0,"dispatchTrustedEvent"],[19,30,44,0],[19,33,44,0,"dispatchTrustedEvent"],[19,53,44,0],[20,2,20,0],[20,6,20,0,"_EventInternals"],[20,21,20,0],[20,24,20,0,"require"],[20,31,20,0],[20,32,20,0,"_dependencyMap"],[20,46,20,0],[21,2,26,7],[21,6,26,13,"EVENT_TARGET_GET_THE_PARENT_KEY"],[21,37,26,52],[21,40,26,55,"Symbol"],[21,46,26,61],[21,47,27,2],[21,76,28,0],[21,77,28,1],[22,2,34,7],[22,6,34,13,"INTERNAL_DISPATCH_METHOD_KEY"],[22,34,34,49],[22,37,34,52,"Symbol"],[22,43,34,58],[22,44,35,2],[22,67,36,0],[22,68,36,1],[23,2,44,7],[23,11,44,16,"dispatchTrustedEvent"],[23,31,44,36,"dispatchTrustedEvent"],[23,32,45,2,"eventTarget"],[23,43,45,26],[23,45,46,2,"event"],[23,50,46,14],[23,52,47,8],[24,4,48,2],[24,8,48,2,"setIsTrusted"],[24,23,48,14],[24,24,48,14,"setIsTrusted"],[24,36,48,14],[24,38,48,15,"event"],[24,43,48,20],[24,45,48,22],[24,49,48,26],[24,50,48,27],[25,4,51,2],[25,11,51,9,"eventTarget"],[25,22,51,20],[25,23,51,21,"INTERNAL_DISPATCH_METHOD_KEY"],[25,51,51,49],[25,52,51,50],[25,53,51,51,"event"],[25,58,51,56],[25,59,51,57],[26,2,52,0],[27,0,52,1],[27,3]],"functionMap":{"names":["<global>","dispatchTrustedEvent"],"mappings":"AAA;OC2C"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../data.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":13,"index":126},"end":{"line":4,"column":34,"index":147}}],"key":"yrlXjI8SdSZvF7OiQ35J+thL3aU=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n // Copyright 2019-2025 @polkadot/wasm-crypto-wasm authors & contributors\n // SPDX-License-Identifier: Apache-2.0\n\n var data = require(_dependencyMap[0], \"../data.js\");\n module.exports = data;\n});","lineCount":7,"map":[[2,2,1,0],[3,2,2,0],[5,2,4,0],[5,6,4,6,"data"],[5,10,4,10],[5,13,4,13,"require"],[5,20,4,20],[5,21,4,20,"_dependencyMap"],[5,35,4,20],[5,52,4,33],[5,53,4,34],[6,2,6,0,"module"],[6,8,6,6],[6,9,6,7,"exports"],[6,16,6,14],[6,19,6,17,"data"],[6,23,6,21],[7,0,6,22],[7,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long