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 * A specialized version of `matchesProperty` for source values suitable\n * for strict equality comparisons, i.e. `===`.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @param {*} srcValue The value to match.\n * @returns {Function} Returns the new spec function.\n */\n function matchesStrictComparable(key, srcValue) {\n return function (object) {\n if (object == null) {\n return false;\n }\n return object[key] === srcValue && (srcValue !== undefined || key in Object(object));\n };\n }\n module.exports = matchesStrictComparable;\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,"matchesStrictComparable"],[11,34,10,32,"matchesStrictComparable"],[11,35,10,33,"key"],[11,38,10,36],[11,40,10,38,"srcValue"],[11,48,10,46],[11,50,10,48],[12,4,11,2],[12,11,11,9],[12,21,11,18,"object"],[12,27,11,24],[12,29,11,26],[13,6,12,4],[13,10,12,8,"object"],[13,16,12,14],[13,20,12,18],[13,24,12,22],[13,26,12,24],[14,8,13,6],[14,15,13,13],[14,20,13,18],[15,6,14,4],[16,6,15,4],[16,13,15,11,"object"],[16,19,15,17],[16,20,15,18,"key"],[16,23,15,21],[16,24,15,22],[16,29,15,27,"srcValue"],[16,37,15,35],[16,42,16,7,"srcValue"],[16,50,16,15],[16,55,16,20,"undefined"],[16,64,16,29],[16,68,16,34,"key"],[16,71,16,37],[16,75,16,41,"Object"],[16,81,16,47],[16,82,16,48,"object"],[16,88,16,54],[16,89,16,56],[16,90,16,57],[17,4,17,2],[17,5,17,3],[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,"matchesStrictComparable"],[19,42,20,40],[20,0,20,41],[20,3]],"functionMap":{"names":["<global>","matchesStrictComparable","<anonymous>"],"mappings":"AAA;ACS;SCC;GDM;CDC"},"hasCjsExports":true},"type":"js/module"}]}