auto-commit for 8283eed7-b15a-4df4-b06f-096ffafb3ec7

This commit is contained in:
emergent-agent-e1
2025-11-09 08:09:57 +00:00
parent 3907c8888c
commit e87a95958b
232 changed files with 232 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * A specialized version of `_.some` for arrays without support for iteratee\n * shorthands.\n *\n * @private\n * @param {Array} [array] The array to iterate over.\n * @param {Function} predicate The function invoked per iteration.\n * @returns {boolean} Returns `true` if any element passes the predicate check,\n * else `false`.\n */\n function arraySome(array, predicate) {\n var index = -1,\n length = array == null ? 0 : array.length;\n while (++index < length) {\n if (predicate(array[index], index, array)) {\n return true;\n }\n }\n return false;\n }\n module.exports = arraySome;\n});","lineCount":23,"map":[[2,2,1,0],[3,0,2,0],[4,0,3,0],[5,0,4,0],[6,0,5,0],[7,0,6,0],[8,0,7,0],[9,0,8,0],[10,0,9,0],[11,0,10,0],[12,2,11,0],[12,11,11,9,"arraySome"],[12,20,11,18,"arraySome"],[12,21,11,19,"array"],[12,26,11,24],[12,28,11,26,"predicate"],[12,37,11,35],[12,39,11,37],[13,4,12,2],[13,8,12,6,"index"],[13,13,12,11],[13,16,12,14],[13,17,12,15],[13,18,12,16],[14,6,13,6,"length"],[14,12,13,12],[14,15,13,15,"array"],[14,20,13,20],[14,24,13,24],[14,28,13,28],[14,31,13,31],[14,32,13,32],[14,35,13,35,"array"],[14,40,13,40],[14,41,13,41,"length"],[14,47,13,47],[15,4,15,2],[15,11,15,9],[15,13,15,11,"index"],[15,18,15,16],[15,21,15,19,"length"],[15,27,15,25],[15,29,15,27],[16,6,16,4],[16,10,16,8,"predicate"],[16,19,16,17],[16,20,16,18,"array"],[16,25,16,23],[16,26,16,24,"index"],[16,31,16,29],[16,32,16,30],[16,34,16,32,"index"],[16,39,16,37],[16,41,16,39,"array"],[16,46,16,44],[16,47,16,45],[16,49,16,47],[17,8,17,6],[17,15,17,13],[17,19,17,17],[18,6,18,4],[19,4,19,2],[20,4,20,2],[20,11,20,9],[20,16,20,14],[21,2,21,0],[22,2,23,0,"module"],[22,8,23,6],[22,9,23,7,"exports"],[22,16,23,14],[22,19,23,17,"arraySome"],[22,28,23,26],[23,0,23,27],[23,3]],"functionMap":{"names":["<global>","arraySome"],"mappings":"AAA;ACU;CDU"},"hasCjsExports":true},"type":"js/module"}]}