auto-commit for fa23f3bb-adf7-48d2-ba5f-304a1e01a0d9

This commit is contained in:
emergent-agent-e1
2025-11-09 07:57:58 +00:00
parent 85a33cb7f3
commit ff0ab63515
235 changed files with 235 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"}]}
@@ -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.isSet = isSet;\n function isSet(value) {\n return value !== undefined && value !== null;\n }\n});","lineCount":11,"map":[[7,2,1,0,"exports"],[7,9,1,0],[7,10,1,0,"isSet"],[7,15,1,0],[7,18,1,0,"isSet"],[7,23,1,0],[8,2,1,7],[8,11,1,16,"isSet"],[8,16,1,21,"isSet"],[8,17,1,22,"value"],[8,22,1,27],[8,24,1,29],[9,4,2,4],[9,11,2,11,"value"],[9,16,2,16],[9,21,2,21,"undefined"],[9,30,2,30],[9,34,2,34,"value"],[9,39,2,39],[9,44,2,44],[9,48,2,48],[10,2,3,0],[11,0,3,1],[11,3]],"functionMap":{"names":["<global>","isSet"],"mappings":"AAA,OC;CDE"},"hasCjsExports":false},"type":"js/module"}]}