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
@@ -0,0 +1 @@
{"dependencies":[{"name":"@polkadot/wasm-bridge","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":22,"index":157},"end":{"line":5,"column":54,"index":189}}],"key":"6vPKnhFt37law375yYHnqE7ML+Q=","exportNames":["*"],"imports":1}},{"name":"@polkadot/wasm-crypto-init","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":27,"index":218},"end":{"line":6,"column":64,"index":255}}],"key":"EnH1O/q+N9F5+s6Bxv2ziI72RYA=","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.bridge = void 0;\n exports.initBridge = initBridge;\n const wasm_bridge_1 = require(_dependencyMap[0], \"@polkadot/wasm-bridge\");\n const wasm_crypto_init_1 = require(_dependencyMap[1], \"@polkadot/wasm-crypto-init\");\n /**\n * @name bridge\n * @description\n * The JS <-> WASM bridge that is in operation. For the specific package\n * it is a global, i.e. all operations happens on this specific bridge\n */\n exports.bridge = new wasm_bridge_1.Bridge(wasm_crypto_init_1.createWasm);\n /**\n * @name initBridge\n * @description\n * Creates a new bridge interface with the (optional) initialization function\n */\n async function initBridge(createWasm) {\n return exports.bridge.init(createWasm);\n }\n});","lineCount":26,"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,"bridge"],[7,16,3,14],[7,19,3,17],[7,24,3,22],[7,25,3,23],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"initBridge"],[8,20,4,18],[8,23,4,21,"initBridge"],[8,33,4,31],[9,2,5,0],[9,8,5,6,"wasm_bridge_1"],[9,21,5,19],[9,24,5,22,"require"],[9,31,5,29],[9,32,5,29,"_dependencyMap"],[9,46,5,29],[9,74,5,53],[9,75,5,54],[10,2,6,0],[10,8,6,6,"wasm_crypto_init_1"],[10,26,6,24],[10,29,6,27,"require"],[10,36,6,34],[10,37,6,34,"_dependencyMap"],[10,51,6,34],[10,84,6,63],[10,85,6,64],[11,2,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,2,13,0,"exports"],[17,9,13,7],[17,10,13,8,"bridge"],[17,16,13,14],[17,19,13,17],[17,23,13,21,"wasm_bridge_1"],[17,36,13,34],[17,37,13,35,"Bridge"],[17,43,13,41],[17,44,13,42,"wasm_crypto_init_1"],[17,62,13,60],[17,63,13,61,"createWasm"],[17,73,13,71],[17,74,13,72],[18,2,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,0,18,0],[23,2,19,0],[23,17,19,15,"initBridge"],[23,27,19,25,"initBridge"],[23,28,19,26,"createWasm"],[23,38,19,36],[23,40,19,38],[24,4,20,4],[24,11,20,11,"exports"],[24,18,20,18],[24,19,20,19,"bridge"],[24,25,20,25],[24,26,20,26,"init"],[24,30,20,30],[24,31,20,31,"createWasm"],[24,41,20,41],[24,42,20,42],[25,2,21,0],[26,0,21,1],[26,3]],"functionMap":{"names":["<global>","initBridge"],"mappings":"AAA;ACkB;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.deriveNoopCache = exports.deriveMapCache = void 0;\n const mapCache = new Map();\n exports.deriveMapCache = {\n del: key => {\n mapCache.delete(key);\n },\n forEach: cb => {\n for (const [k, v] of mapCache.entries()) {\n cb(k, v);\n }\n },\n get: key => {\n return mapCache.get(key);\n },\n set: (key, value) => {\n mapCache.set(key, value);\n }\n };\n exports.deriveNoopCache = {\n del: () => undefined,\n forEach: () => undefined,\n get: () => undefined,\n set: (_, value) => value\n };\n});","lineCount":31,"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,"deriveNoopCache"],[7,25,3,23],[7,28,3,26,"exports"],[7,35,3,33],[7,36,3,34,"deriveMapCache"],[7,50,3,48],[7,53,3,51],[7,58,3,56],[7,59,3,57],[8,2,4,0],[8,8,4,6,"mapCache"],[8,16,4,14],[8,19,4,17],[8,23,4,21,"Map"],[8,26,4,24],[8,27,4,25],[8,28,4,26],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"deriveMapCache"],[9,24,5,22],[9,27,5,25],[10,4,6,4,"del"],[10,7,6,7],[10,9,6,10,"key"],[10,12,6,13],[10,16,6,18],[11,6,7,8,"mapCache"],[11,14,7,16],[11,15,7,17,"delete"],[11,21,7,23],[11,22,7,24,"key"],[11,25,7,27],[11,26,7,28],[12,4,8,4],[12,5,8,5],[13,4,9,4,"forEach"],[13,11,9,11],[13,13,9,14,"cb"],[13,15,9,16],[13,19,9,21],[14,6,10,8],[14,11,10,13],[14,17,10,19],[14,18,10,20,"k"],[14,19,10,21],[14,21,10,23,"v"],[14,22,10,24],[14,23,10,25],[14,27,10,29,"mapCache"],[14,35,10,37],[14,36,10,38,"entries"],[14,43,10,45],[14,44,10,46],[14,45,10,47],[14,47,10,49],[15,8,11,12,"cb"],[15,10,11,14],[15,11,11,15,"k"],[15,12,11,16],[15,14,11,18,"v"],[15,15,11,19],[15,16,11,20],[16,6,12,8],[17,4,13,4],[17,5,13,5],[18,4,14,4,"get"],[18,7,14,7],[18,9,14,10,"key"],[18,12,14,13],[18,16,14,18],[19,6,15,8],[19,13,15,15,"mapCache"],[19,21,15,23],[19,22,15,24,"get"],[19,25,15,27],[19,26,15,28,"key"],[19,29,15,31],[19,30,15,32],[20,4,16,4],[20,5,16,5],[21,4,17,4,"set"],[21,7,17,7],[21,9,17,9,"set"],[21,10,17,10,"key"],[21,13,17,13],[21,15,17,15,"value"],[21,20,17,20],[21,25,17,25],[22,6,18,8,"mapCache"],[22,14,18,16],[22,15,18,17,"set"],[22,18,18,20],[22,19,18,21,"key"],[22,22,18,24],[22,24,18,26,"value"],[22,29,18,31],[22,30,18,32],[23,4,19,4],[24,2,20,0],[24,3,20,1],[25,2,21,0,"exports"],[25,9,21,7],[25,10,21,8,"deriveNoopCache"],[25,25,21,23],[25,28,21,26],[26,4,22,4,"del"],[26,7,22,7],[26,9,22,9,"del"],[26,10,22,9],[26,15,22,15,"undefined"],[26,24,22,24],[27,4,23,4,"forEach"],[27,11,23,11],[27,13,23,13,"forEach"],[27,14,23,13],[27,19,23,19,"undefined"],[27,28,23,28],[28,4,24,4,"get"],[28,7,24,7],[28,9,24,9,"get"],[28,10,24,9],[28,15,24,15,"undefined"],[28,24,24,24],[29,4,25,4,"set"],[29,7,25,7],[29,9,25,9,"set"],[29,10,25,10,"_"],[29,11,25,11],[29,13,25,13,"value"],[29,18,25,18],[29,23,25,23,"value"],[30,2,26,0],[30,3,26,1],[31,0,26,2],[31,3]],"functionMap":{"names":["<global>","exports.deriveMapCache.del","exports.deriveMapCache.forEach","exports.deriveMapCache.get","exports.deriveMapCache.set","exports.deriveNoopCache.del","exports.deriveNoopCache.forEach","exports.deriveNoopCache.get","exports.deriveNoopCache.set"],"mappings":"AAA;SCK;KDE;aEC;KFI;SGC;KHE;SIC;KJE;SKG,eL;aMC,eN;SOC,eP;SQC,mBR"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./scanInternals","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":124},"end":{"line":4,"column":48,"index":150}}],"key":"JGczBoMXEZg7Vki7TqOtvF2omV0=","exportNames":["*"],"imports":1}},{"name":"../util/lift","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":13,"index":165},"end":{"line":5,"column":36,"index":188}}],"key":"QCxE0PdfaUm4cT9qPVYaaaoo46A=","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.reduce = void 0;\n var scanInternals_1 = require(_dependencyMap[0], \"./scanInternals\");\n var lift_1 = require(_dependencyMap[1], \"../util/lift\");\n function reduce(accumulator, seed) {\n return lift_1.operate(scanInternals_1.scanInternals(accumulator, seed, arguments.length >= 2, false, true));\n }\n exports.reduce = reduce;\n});","lineCount":14,"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,"reduce"],[7,16,3,14],[7,19,3,17],[7,24,3,22],[7,25,3,23],[8,2,4,0],[8,6,4,4,"scanInternals_1"],[8,21,4,19],[8,24,4,22,"require"],[8,31,4,29],[8,32,4,29,"_dependencyMap"],[8,46,4,29],[8,68,4,47],[8,69,4,48],[9,2,5,0],[9,6,5,4,"lift_1"],[9,12,5,10],[9,15,5,13,"require"],[9,22,5,20],[9,23,5,20,"_dependencyMap"],[9,37,5,20],[9,56,5,35],[9,57,5,36],[10,2,6,0],[10,11,6,9,"reduce"],[10,17,6,15,"reduce"],[10,18,6,16,"accumulator"],[10,29,6,27],[10,31,6,29,"seed"],[10,35,6,33],[10,37,6,35],[11,4,7,4],[11,11,7,11,"lift_1"],[11,17,7,17],[11,18,7,18,"operate"],[11,25,7,25],[11,26,7,26,"scanInternals_1"],[11,41,7,41],[11,42,7,42,"scanInternals"],[11,55,7,55],[11,56,7,56,"accumulator"],[11,67,7,67],[11,69,7,69,"seed"],[11,73,7,73],[11,75,7,75,"arguments"],[11,84,7,84],[11,85,7,85,"length"],[11,91,7,91],[11,95,7,95],[11,96,7,96],[11,98,7,98],[11,103,7,103],[11,105,7,105],[11,109,7,109],[11,110,7,110],[11,111,7,111],[12,2,8,0],[13,2,9,0,"exports"],[13,9,9,7],[13,10,9,8,"reduce"],[13,16,9,14],[13,19,9,17,"reduce"],[13,25,9,23],[14,0,9,24],[14,3]],"functionMap":{"names":["<global>","reduce"],"mappings":"AAA;ACK;CDE"},"hasCjsExports":true},"type":"js/module"}]}