auto-commit for cec575c0-476c-4bef-83da-9ee19fcf043c

This commit is contained in:
emergent-agent-e1
2025-11-08 10:07:13 +00:00
parent e576e8b1ef
commit 8ed8fb904f
2784 changed files with 2784 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = function isArrayish(obj) {\n if (!obj || typeof obj === 'string') {\n return false;\n }\n return obj instanceof Array || Array.isArray(obj) || obj.length >= 0 && (obj.splice instanceof Function || Object.getOwnPropertyDescriptor(obj, obj.length - 1) && obj.constructor.name !== 'String');\n };\n});","lineCount":8,"map":[[2,2,1,0,"module"],[2,8,1,6],[2,9,1,7,"exports"],[2,16,1,14],[2,19,1,17],[2,28,1,26,"isArrayish"],[2,38,1,36,"isArrayish"],[2,39,1,37,"obj"],[2,42,1,40],[2,44,1,42],[3,4,2,1],[3,8,2,5],[3,9,2,6,"obj"],[3,12,2,9],[3,16,2,13],[3,23,2,20,"obj"],[3,26,2,23],[3,31,2,28],[3,39,2,36],[3,41,2,38],[4,6,3,2],[4,13,3,9],[4,18,3,14],[5,4,4,1],[6,4,6,1],[6,11,6,8,"obj"],[6,14,6,11],[6,26,6,23,"Array"],[6,31,6,28],[6,35,6,32,"Array"],[6,40,6,37],[6,41,6,38,"isArray"],[6,48,6,45],[6,49,6,46,"obj"],[6,52,6,49],[6,53,6,50],[6,57,7,3,"obj"],[6,60,7,6],[6,61,7,7,"length"],[6,67,7,13],[6,71,7,17],[6,72,7,18],[6,77,7,23,"obj"],[6,80,7,26],[6,81,7,27,"splice"],[6,87,7,33],[6,99,7,45,"Function"],[6,107,7,53],[6,111,8,4,"Object"],[6,117,8,10],[6,118,8,11,"getOwnPropertyDescriptor"],[6,142,8,35],[6,143,8,36,"obj"],[6,146,8,39],[6,148,8,42,"obj"],[6,151,8,45],[6,152,8,46,"length"],[6,158,8,52],[6,161,8,55],[6,162,8,57],[6,163,8,58],[6,167,8,62,"obj"],[6,170,8,65],[6,171,8,66,"constructor"],[6,182,8,77],[6,183,8,78,"name"],[6,187,8,82],[6,192,8,87],[6,200,8,96],[6,201,8,98],[7,2,9,0],[7,3,9,1],[8,0,9,2],[8,3]],"functionMap":{"names":["<global>","isArrayish"],"mappings":"AAA,iBC;CDQ"},"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":[],"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.getSiName = getSiName;\n function getSiName(lookup, type) {\n var typeDef = lookup.getTypeDef(type);\n return typeDef.lookupName || typeDef.type;\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,"getSiName"],[7,19,3,17],[7,22,3,20,"getSiName"],[7,31,3,29],[8,2,4,0],[8,11,4,9,"getSiName"],[8,20,4,18,"getSiName"],[8,21,4,19,"lookup"],[8,27,4,25],[8,29,4,27,"type"],[8,33,4,31],[8,35,4,33],[9,4,5,4],[9,8,5,10,"typeDef"],[9,15,5,17],[9,18,5,20,"lookup"],[9,24,5,26],[9,25,5,27,"getTypeDef"],[9,35,5,37],[9,36,5,38,"type"],[9,40,5,42],[9,41,5,43],[10,4,6,4],[10,11,6,11,"typeDef"],[10,18,6,18],[10,19,6,19,"lookupName"],[10,29,6,29],[10,33,6,33,"typeDef"],[10,40,6,40],[10,41,6,41,"type"],[10,45,6,45],[11,2,7,0],[12,0,7,1],[12,3]],"functionMap":{"names":["<global>","getSiName"],"mappings":"AAA;ACG;CDG"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"@babel/runtime/helpers/slicedToArray","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"5y7e5+zC7teYEEC6niD9f5zII1M=","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.arrayUnzip = arrayUnzip;\n /**\n * @name arrayUnzip\n * @description Splits a single [K, V][] into [K[], V[]]\n */\n function arrayUnzip(entries) {\n var count = entries.length;\n var keys = new Array(count);\n var values = new Array(count);\n for (var i = 0; i < count; i++) {\n var _entries$i = _slicedToArray(entries[i], 2);\n keys[i] = _entries$i[0];\n values[i] = _entries$i[1];\n }\n return [keys, values];\n }\n});","lineCount":24,"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,"arrayUnzip"],[8,20,3,18],[8,23,3,21,"arrayUnzip"],[8,33,3,31],[9,2,4,0],[10,0,5,0],[11,0,6,0],[12,0,7,0],[13,2,8,0],[13,11,8,9,"arrayUnzip"],[13,21,8,19,"arrayUnzip"],[13,22,8,20,"entries"],[13,29,8,27],[13,31,8,29],[14,4,9,4],[14,8,9,10,"count"],[14,13,9,15],[14,16,9,18,"entries"],[14,23,9,25],[14,24,9,26,"length"],[14,30,9,32],[15,4,10,4],[15,8,10,10,"keys"],[15,12,10,14],[15,15,10,17],[15,19,10,21,"Array"],[15,24,10,26],[15,25,10,27,"count"],[15,30,10,32],[15,31,10,33],[16,4,11,4],[16,8,11,10,"values"],[16,14,11,16],[16,17,11,19],[16,21,11,23,"Array"],[16,26,11,28],[16,27,11,29,"count"],[16,32,11,34],[16,33,11,35],[17,4,12,4],[17,9,12,9],[17,13,12,13,"i"],[17,14,12,14],[17,17,12,17],[17,18,12,18],[17,20,12,20,"i"],[17,21,12,21],[17,24,12,24,"count"],[17,29,12,29],[17,31,12,31,"i"],[17,32,12,32],[17,34,12,34],[17,36,12,36],[18,6,12,36],[18,10,12,36,"_entries$i"],[18,20,12,36],[18,23,12,36,"_slicedToArray"],[18,37,12,36],[18,38,13,31,"entries"],[18,45,13,38],[18,46,13,39,"i"],[18,47,13,40],[18,48,13,41],[19,6,13,9,"keys"],[19,10,13,13],[19,11,13,14,"i"],[19,12,13,15],[19,13,13,16],[19,16,13,16,"_entries$i"],[19,26,13,16],[20,6,13,18,"values"],[20,12,13,24],[20,13,13,25,"i"],[20,14,13,26],[20,15,13,27],[20,18,13,27,"_entries$i"],[20,28,13,27],[21,4,14,4],[22,4,15,4],[22,11,15,11],[22,12,15,12,"keys"],[22,16,15,16],[22,18,15,18,"values"],[22,24,15,24],[22,25,15,25],[23,2,16,0],[24,0,16,1],[24,3]],"functionMap":{"names":["<global>","arrayUnzip"],"mappings":"AAA;ACO;CDQ"},"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
@@ -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.isBrowserCryptoAvailable = exports.getSubtleCrypto = exports.getBrowerCrypto = void 0;\n function getBrowerCrypto() {\n return (global === null || global === void 0 ? void 0 : global.crypto) || (global === null || global === void 0 ? void 0 : global.msCrypto) || {};\n }\n exports.getBrowerCrypto = getBrowerCrypto;\n function getSubtleCrypto() {\n var browserCrypto = getBrowerCrypto();\n return browserCrypto.subtle || browserCrypto.webkitSubtle;\n }\n exports.getSubtleCrypto = getSubtleCrypto;\n function isBrowserCryptoAvailable() {\n return !!getBrowerCrypto() && !!getSubtleCrypto();\n }\n exports.isBrowserCryptoAvailable = isBrowserCryptoAvailable;\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,"isBrowserCryptoAvailable"],[7,34,3,32],[7,37,3,35,"exports"],[7,44,3,42],[7,45,3,43,"getSubtleCrypto"],[7,60,3,58],[7,63,3,61,"exports"],[7,70,3,68],[7,71,3,69,"getBrowerCrypto"],[7,86,3,84],[7,89,3,87],[7,94,3,92],[7,95,3,93],[8,2,4,0],[8,11,4,9,"getBrowerCrypto"],[8,26,4,24,"getBrowerCrypto"],[8,27,4,24],[8,29,4,27],[9,4,5,4],[9,11,5,11],[9,12,5,12,"global"],[9,18,5,18],[9,23,5,23],[9,27,5,27],[9,31,5,31,"global"],[9,37,5,37],[9,42,5,42],[9,47,5,47],[9,48,5,48],[9,51,5,51],[9,56,5,56],[9,57,5,57],[9,60,5,60,"global"],[9,66,5,66],[9,67,5,67,"crypto"],[9,73,5,73],[9,79,5,79,"global"],[9,85,5,85],[9,90,5,90],[9,94,5,94],[9,98,5,98,"global"],[9,104,5,104],[9,109,5,109],[9,114,5,114],[9,115,5,115],[9,118,5,118],[9,123,5,123],[9,124,5,124],[9,127,5,127,"global"],[9,133,5,133],[9,134,5,134,"msCrypto"],[9,142,5,142],[9,143,5,143],[9,147,5,147],[9,148,5,148],[9,149,5,149],[10,2,6,0],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"getBrowerCrypto"],[11,25,7,23],[11,28,7,26,"getBrowerCrypto"],[11,43,7,41],[12,2,8,0],[12,11,8,9,"getSubtleCrypto"],[12,26,8,24,"getSubtleCrypto"],[12,27,8,24],[12,29,8,27],[13,4,9,4],[13,8,9,10,"browserCrypto"],[13,21,9,23],[13,24,9,26,"getBrowerCrypto"],[13,39,9,41],[13,40,9,42],[13,41,9,43],[14,4,10,4],[14,11,10,11,"browserCrypto"],[14,24,10,24],[14,25,10,25,"subtle"],[14,31,10,31],[14,35,10,35,"browserCrypto"],[14,48,10,48],[14,49,10,49,"webkitSubtle"],[14,61,10,61],[15,2,11,0],[16,2,12,0,"exports"],[16,9,12,7],[16,10,12,8,"getSubtleCrypto"],[16,25,12,23],[16,28,12,26,"getSubtleCrypto"],[16,43,12,41],[17,2,13,0],[17,11,13,9,"isBrowserCryptoAvailable"],[17,35,13,33,"isBrowserCryptoAvailable"],[17,36,13,33],[17,38,13,36],[18,4,14,4],[18,11,14,11],[18,12,14,12],[18,13,14,13,"getBrowerCrypto"],[18,28,14,28],[18,29,14,29],[18,30,14,30],[18,34,14,34],[18,35,14,35],[18,36,14,36,"getSubtleCrypto"],[18,51,14,51],[18,52,14,52],[18,53,14,53],[19,2,15,0],[20,2,16,0,"exports"],[20,9,16,7],[20,10,16,8,"isBrowserCryptoAvailable"],[20,34,16,32],[20,37,16,35,"isBrowserCryptoAvailable"],[20,61,16,59],[21,0,16,60],[21,3]],"functionMap":{"names":["<global>","getBrowerCrypto","getSubtleCrypto","isBrowserCryptoAvailable"],"mappings":"AAA;ACG;CDE;AEE;CFG;AGE;CHE"},"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