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 * Creates a function that returns `value`.\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Returns the new constant function.\n * @example\n *\n * var objects = _.times(2, _.constant({ 'a': 1 }));\n *\n * console.log(objects);\n * // => [{ 'a': 1 }, { 'a': 1 }]\n *\n * console.log(objects[0] === objects[1]);\n * // => true\n */\n function constant(value) {\n return function () {\n return value;\n };\n }\n module.exports = constant;\n});","lineCount":27,"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,2,20,0],[21,11,20,9,"constant"],[21,19,20,17,"constant"],[21,20,20,18,"value"],[21,25,20,23],[21,27,20,25],[22,4,21,2],[22,11,21,9],[22,23,21,20],[23,6,22,4],[23,13,22,11,"value"],[23,18,22,16],[24,4,23,2],[24,5,23,3],[25,2,24,0],[26,2,26,0,"module"],[26,8,26,6],[26,9,26,7,"exports"],[26,16,26,14],[26,19,26,17,"constant"],[26,27,26,25],[27,0,26,26],[27,3]],"functionMap":{"names":["<global>","constant","<anonymous>"],"mappings":"AAA;ACmB;SCC;GDE;CDC"},"hasCjsExports":true},"type":"js/module"}]}