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 unary function that invokes `func` with its argument transformed.\n *\n * @private\n * @param {Function} func The function to wrap.\n * @param {Function} transform The argument transform.\n * @returns {Function} Returns the new function.\n */\n function overArg(func, transform) {\n return function (arg) {\n return func(transform(arg));\n };\n }\n module.exports = overArg;\n});","lineCount":16,"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,"overArg"],[10,18,9,16,"overArg"],[10,19,9,17,"func"],[10,23,9,21],[10,25,9,23,"transform"],[10,34,9,32],[10,36,9,34],[11,4,10,2],[11,11,10,9],[11,21,10,18,"arg"],[11,24,10,21],[11,26,10,23],[12,6,11,4],[12,13,11,11,"func"],[12,17,11,15],[12,18,11,16,"transform"],[12,27,11,25],[12,28,11,26,"arg"],[12,31,11,29],[12,32,11,30],[12,33,11,31],[13,4,12,2],[13,5,12,3],[14,2,13,0],[15,2,15,0,"module"],[15,8,15,6],[15,9,15,7,"exports"],[15,16,15,14],[15,19,15,17,"overArg"],[15,26,15,24],[16,0,15,25],[16,3]],"functionMap":{"names":["<global>","overArg","<anonymous>"],"mappings":"AAA;ACQ;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 /**\n * Removes `key` and its value from the hash.\n *\n * @private\n * @name delete\n * @memberOf Hash\n * @param {Object} hash The hash to modify.\n * @param {string} key The key of the value to remove.\n * @returns {boolean} Returns `true` if the entry was removed, else `false`.\n */\n function hashDelete(key) {\n var result = this.has(key) && delete this.__data__[key];\n this.size -= result ? 1 : 0;\n return result;\n }\n module.exports = hashDelete;\n});","lineCount":18,"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,"hashDelete"],[12,21,11,19,"hashDelete"],[12,22,11,20,"key"],[12,25,11,23],[12,27,11,25],[13,4,12,2],[13,8,12,6,"result"],[13,14,12,12],[13,17,12,15],[13,21,12,19],[13,22,12,20,"has"],[13,25,12,23],[13,26,12,24,"key"],[13,29,12,27],[13,30,12,28],[13,34,12,32],[13,41,12,39],[13,45,12,43],[13,46,12,44,"__data__"],[13,54,12,52],[13,55,12,53,"key"],[13,58,12,56],[13,59,12,57],[14,4,13,2],[14,8,13,6],[14,9,13,7,"size"],[14,13,13,11],[14,17,13,15,"result"],[14,23,13,21],[14,26,13,24],[14,27,13,25],[14,30,13,28],[14,31,13,29],[15,4,14,2],[15,11,14,9,"result"],[15,17,14,15],[16,2,15,0],[17,2,17,0,"module"],[17,8,17,6],[17,9,17,7,"exports"],[17,16,17,14],[17,19,17,17,"hashDelete"],[17,29,17,27],[18,0,17,28],[18,3]],"functionMap":{"names":["<global>","hashDelete"],"mappings":"AAA;ACU;CDI"},"hasCjsExports":true},"type":"js/module"}]}