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 * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\n function copyArray(source, array) {\n var index = -1,\n length = source.length;\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n }\n module.exports = copyArray;\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,2,9,0],[10,11,9,9,"copyArray"],[10,20,9,18,"copyArray"],[10,21,9,19,"source"],[10,27,9,25],[10,29,9,27,"array"],[10,34,9,32],[10,36,9,34],[11,4,10,2],[11,8,10,6,"index"],[11,13,10,11],[11,16,10,14],[11,17,10,15],[11,18,10,16],[12,6,11,6,"length"],[12,12,11,12],[12,15,11,15,"source"],[12,21,11,21],[12,22,11,22,"length"],[12,28,11,28],[13,4,13,2,"array"],[13,9,13,7],[13,14,13,12,"array"],[13,19,13,17],[13,22,13,20,"Array"],[13,27,13,25],[13,28,13,26,"length"],[13,34,13,32],[13,35,13,33],[13,36,13,34],[14,4,14,2],[14,11,14,9],[14,13,14,11,"index"],[14,18,14,16],[14,21,14,19,"length"],[14,27,14,25],[14,29,14,27],[15,6,15,4,"array"],[15,11,15,9],[15,12,15,10,"index"],[15,17,15,15],[15,18,15,16],[15,21,15,19,"source"],[15,27,15,25],[15,28,15,26,"index"],[15,33,15,31],[15,34,15,32],[16,4,16,2],[17,4,17,2],[17,11,17,9,"array"],[17,16,17,14],[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,"copyArray"],[19,28,20,26],[20,0,20,27],[20,3]],"functionMap":{"names":["<global>","copyArray"],"mappings":"AAA;ACQ;CDS"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n /**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\n function isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n }\n module.exports = isObject;\n});","lineCount":32,"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,0,11,0],[13,0,12,0],[14,0,13,0],[15,0,14,0],[16,0,15,0],[17,0,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[22,0,21,0],[23,0,22,0],[24,0,23,0],[25,0,24,0],[26,0,25,0],[27,2,26,0],[27,11,26,9,"isObject"],[27,19,26,17,"isObject"],[27,20,26,18,"value"],[27,25,26,23],[27,27,26,25],[28,4,27,2],[28,8,27,6,"type"],[28,12,27,10],[28,15,27,13],[28,22,27,20,"value"],[28,27,27,25],[29,4,28,2],[29,11,28,9,"value"],[29,16,28,14],[29,20,28,18],[29,24,28,22],[29,29,28,27,"type"],[29,33,28,31],[29,37,28,35],[29,45,28,43],[29,49,28,47,"type"],[29,53,28,51],[29,57,28,55],[29,67,28,65],[29,68,28,66],[30,2,29,0],[31,2,31,0,"module"],[31,8,31,6],[31,9,31,7,"exports"],[31,16,31,14],[31,19,31,17,"isObject"],[31,27,31,25],[32,0,31,26],[32,3]],"functionMap":{"names":["<global>","isObject"],"mappings":"AAA;ACyB;CDG"},"hasCjsExports":true},"type":"js/module"}]}