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
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 /**\n * The base implementation of `_.times` without support for iteratee shorthands\n * or max array length checks.\n *\n * @private\n * @param {number} n The number of times to invoke `iteratee`.\n * @param {Function} iteratee The function invoked per iteration.\n * @returns {Array} Returns the array of results.\n */\n function baseTimes(n, iteratee) {\n var index = -1,\n result = Array(n);\n while (++index < n) {\n result[index] = iteratee(index);\n }\n return result;\n }\n module.exports = baseTimes;\n});","lineCount":20,"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,2,10,0],[11,11,10,9,"baseTimes"],[11,20,10,18,"baseTimes"],[11,21,10,19,"n"],[11,22,10,20],[11,24,10,22,"iteratee"],[11,32,10,30],[11,34,10,32],[12,4,11,2],[12,8,11,6,"index"],[12,13,11,11],[12,16,11,14],[12,17,11,15],[12,18,11,16],[13,6,12,6,"result"],[13,12,12,12],[13,15,12,15,"Array"],[13,20,12,20],[13,21,12,21,"n"],[13,22,12,22],[13,23,12,23],[14,4,14,2],[14,11,14,9],[14,13,14,11,"index"],[14,18,14,16],[14,21,14,19,"n"],[14,22,14,20],[14,24,14,22],[15,6,15,4,"result"],[15,12,15,10],[15,13,15,11,"index"],[15,18,15,16],[15,19,15,17],[15,22,15,20,"iteratee"],[15,30,15,28],[15,31,15,29,"index"],[15,36,15,34],[15,37,15,35],[16,4,16,2],[17,4,17,2],[17,11,17,9,"result"],[17,17,17,15],[18,2,18,0],[19,2,20,0,"module"],[19,8,20,6],[19,9,20,7,"exports"],[19,16,20,14],[19,19,20,17,"baseTimes"],[19,28,20,26],[20,0,20,27],[20,3]],"functionMap":{"names":["<global>","baseTimes"],"mappings":"AAA;ACS;CDQ"},"hasCjsExports":true},"type":"js/module"}]}