auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 additions and 0 deletions
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":125},"end":{"line":4,"column":40,"index":150}}],"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.compareSet = compareSet;\n const util_1 = require(_dependencyMap[0], \"@polkadot/util\");\n function compareSetArray(a, b) {\n // equal number of entries and each entry in the array should match\n return a.size === b.length && !b.some(e => !a.has(e));\n }\n function compareSet(a, b) {\n if (Array.isArray(b)) {\n return compareSetArray(a, b);\n } else if (b instanceof Set) {\n return compareSetArray(a, [...b.values()]);\n } else if ((0, util_1.isObject)(b)) {\n return compareSetArray(a, Object.values(b));\n }\n return false;\n }\n});","lineCount":23,"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,"compareSet"],[7,20,3,18],[7,23,3,21,"compareSet"],[7,33,3,31],[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,"compareSetArray"],[9,26,5,24,"compareSetArray"],[9,27,5,25,"a"],[9,28,5,26],[9,30,5,28,"b"],[9,31,5,29],[9,33,5,31],[10,4,6,4],[11,4,7,4],[11,11,7,12,"a"],[11,12,7,13],[11,13,7,14,"size"],[11,17,7,18],[11,22,7,23,"b"],[11,23,7,24],[11,24,7,25,"length"],[11,30,7,31],[11,34,7,36],[11,35,7,37,"b"],[11,36,7,38],[11,37,7,39,"some"],[11,41,7,43],[11,42,7,45,"e"],[11,43,7,46],[11,47,7,51],[11,48,7,52,"a"],[11,49,7,53],[11,50,7,54,"has"],[11,53,7,57],[11,54,7,58,"e"],[11,55,7,59],[11,56,7,60],[11,57,7,61],[12,2,8,0],[13,2,9,0],[13,11,9,9,"compareSet"],[13,21,9,19,"compareSet"],[13,22,9,20,"a"],[13,23,9,21],[13,25,9,23,"b"],[13,26,9,24],[13,28,9,26],[14,4,10,4],[14,8,10,8,"Array"],[14,13,10,13],[14,14,10,14,"isArray"],[14,21,10,21],[14,22,10,22,"b"],[14,23,10,23],[14,24,10,24],[14,26,10,26],[15,6,11,8],[15,13,11,15,"compareSetArray"],[15,28,11,30],[15,29,11,31,"a"],[15,30,11,32],[15,32,11,34,"b"],[15,33,11,35],[15,34,11,36],[16,4,12,4],[16,5,12,5],[16,11,13,9],[16,15,13,13,"b"],[16,16,13,14],[16,28,13,26,"Set"],[16,31,13,29],[16,33,13,31],[17,6,14,8],[17,13,14,15,"compareSetArray"],[17,28,14,30],[17,29,14,31,"a"],[17,30,14,32],[17,32,14,34],[17,33,14,35],[17,36,14,38,"b"],[17,37,14,39],[17,38,14,40,"values"],[17,44,14,46],[17,45,14,47],[17,46,14,48],[17,47,14,49],[17,48,14,50],[18,4,15,4],[18,5,15,5],[18,11,16,9],[18,15,16,13],[18,16,16,14],[18,17,16,15],[18,19,16,17,"util_1"],[18,25,16,23],[18,26,16,24,"isObject"],[18,34,16,32],[18,36,16,34,"b"],[18,37,16,35],[18,38,16,36],[18,40,16,38],[19,6,17,8],[19,13,17,15,"compareSetArray"],[19,28,17,30],[19,29,17,31,"a"],[19,30,17,32],[19,32,17,34,"Object"],[19,38,17,40],[19,39,17,41,"values"],[19,45,17,47],[19,46,17,48,"b"],[19,47,17,49],[19,48,17,50],[19,49,17,51],[20,4,18,4],[21,4,19,4],[21,11,19,11],[21,16,19,16],[22,2,20,0],[23,0,20,1],[23,3]],"functionMap":{"names":["<global>","compareSetArray","b.some$argument_0","compareSet"],"mappings":"AAA;ACI;4CCE,gBD;CDC;AGC;CHW"},"hasCjsExports":true},"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
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":"../symbol/iterator","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":123},"end":{"line":4,"column":46,"index":152}}],"key":"oaIkRQM+xZPN/bYQoPOltUKi0iM=","exportNames":["*"],"imports":1}},{"name":"./isFunction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":173},"end":{"line":5,"column":42,"index":196}}],"key":"djfTNUaAkScABTQz0Vayyn9m6tA=","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.isIterable = void 0;\n var iterator_1 = require(_dependencyMap[0], \"../symbol/iterator\");\n var isFunction_1 = require(_dependencyMap[1], \"./isFunction\");\n function isIterable(input) {\n return isFunction_1.isFunction(input === null || input === void 0 ? void 0 : input[iterator_1.iterator]);\n }\n exports.isIterable = isIterable;\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,"isIterable"],[7,20,3,18],[7,23,3,21],[7,28,3,26],[7,29,3,27],[8,2,4,0],[8,6,4,4,"iterator_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,66,4,45],[8,67,4,46],[9,2,5,0],[9,6,5,4,"isFunction_1"],[9,18,5,16],[9,21,5,19,"require"],[9,28,5,26],[9,29,5,26,"_dependencyMap"],[9,43,5,26],[9,62,5,41],[9,63,5,42],[10,2,6,0],[10,11,6,9,"isIterable"],[10,21,6,19,"isIterable"],[10,22,6,20,"input"],[10,27,6,25],[10,29,6,27],[11,4,7,4],[11,11,7,11,"isFunction_1"],[11,23,7,23],[11,24,7,24,"isFunction"],[11,34,7,34],[11,35,7,35,"input"],[11,40,7,40],[11,45,7,45],[11,49,7,49],[11,53,7,53,"input"],[11,58,7,58],[11,63,7,63],[11,68,7,68],[11,69,7,69],[11,72,7,72],[11,77,7,77],[11,78,7,78],[11,81,7,81,"input"],[11,86,7,86],[11,87,7,87,"iterator_1"],[11,97,7,97],[11,98,7,98,"iterator"],[11,106,7,106],[11,107,7,107],[11,108,7,108],[12,2,8,0],[13,2,9,0,"exports"],[13,9,9,7],[13,10,9,8,"isIterable"],[13,20,9,18],[13,23,9,21,"isIterable"],[13,33,9,31],[14,0,9,32],[14,3]],"functionMap":{"names":["<global>","isIterable"],"mappings":"AAA;ACK;CDE"},"hasCjsExports":true},"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