auto-commit for 6d295848-b57c-40f9-8765-f3f93c94ced8

This commit is contained in:
emergent-agent-e1
2025-10-24 02:46:09 +00:00
parent b0f9261b70
commit 41853ac979
711 changed files with 711 additions and 3 deletions
@@ -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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var getBoundingClientRect = node => {\n if (node != null) {\n var isElement = node.nodeType === 1; /* Node.ELEMENT_NODE */\n if (isElement && typeof node.getBoundingClientRect === 'function') {\n return node.getBoundingClientRect();\n }\n }\n };\n var _default = getBoundingClientRect;\n});","lineCount":31,"map":[[7,2,18,0,"Object"],[7,8,18,0],[7,9,18,0,"defineProperty"],[7,23,18,0],[7,24,18,0,"exports"],[7,31,18,0],[8,4,18,0,"enumerable"],[8,14,18,0],[9,4,18,0,"get"],[9,7,18,0],[9,18,18,0,"get"],[9,19,18,0],[10,6,18,0],[10,13,18,0,"_default"],[10,21,18,0],[11,4,18,0],[12,2,18,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,0],[22,6,10,4,"getBoundingClientRect"],[22,27,10,25],[22,30,10,28,"node"],[22,34,10,32],[22,38,10,36],[23,4,11,2],[23,8,11,6,"node"],[23,12,11,10],[23,16,11,14],[23,20,11,18],[23,22,11,20],[24,6,12,4],[24,10,12,8,"isElement"],[24,19,12,17],[24,22,12,20,"node"],[24,26,12,24],[24,27,12,25,"nodeType"],[24,35,12,33],[24,40,12,38],[24,41,12,39],[24,42,12,40],[24,43,12,41],[25,6,13,4],[25,10,13,8,"isElement"],[25,19,13,17],[25,23,13,21],[25,30,13,28,"node"],[25,34,13,32],[25,35,13,33,"getBoundingClientRect"],[25,56,13,54],[25,61,13,59],[25,71,13,69],[25,73,13,71],[26,8,14,6],[26,15,14,13,"node"],[26,19,14,17],[26,20,14,18,"getBoundingClientRect"],[26,41,14,39],[26,42,14,40],[26,43,14,41],[27,6,15,4],[28,4,16,2],[29,2,17,0],[29,3,17,1],[30,2,18,0],[30,6,18,0,"_default"],[30,14,18,0],[30,17,18,15,"getBoundingClientRect"],[30,38,18,36],[31,0,18,37],[31,3]],"functionMap":{"names":["<global>","getBoundingClientRect"],"mappings":"AAA;4BCS;CDO"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n /**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n function makeEmptyFunction(arg) {\n return function () {\n return arg;\n };\n }\n /**\n * This function accepts and discards inputs; it has no side effects. This is\n * primarily useful idiomatically for overridable function endpoints which\n * always need to be callable, since JS lacks a null-call idiom ala Cocoa.\n */\n\n var emptyFunction = function emptyFunction() {};\n emptyFunction.thatReturns = makeEmptyFunction;\n emptyFunction.thatReturnsFalse = makeEmptyFunction(false);\n emptyFunction.thatReturnsTrue = makeEmptyFunction(true);\n emptyFunction.thatReturnsNull = makeEmptyFunction(null);\n emptyFunction.thatReturnsThis = function () {\n return this;\n };\n emptyFunction.thatReturnsArgument = function (arg) {\n return arg;\n };\n module.exports = emptyFunction;\n});","lineCount":35,"map":[[2,2,1,0],[2,14,1,12],[4,2,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,"makeEmptyFunction"],[12,28,11,26,"makeEmptyFunction"],[12,29,11,27,"arg"],[12,32,11,30],[12,34,11,32],[13,4,12,2],[13,11,12,9],[13,23,12,21],[14,6,13,4],[14,13,13,11,"arg"],[14,16,13,14],[15,4,14,2],[15,5,14,3],[16,2,15,0],[17,2,16,0],[18,0,17,0],[19,0,18,0],[20,0,19,0],[21,0,20,0],[23,2,23,0],[23,6,23,4,"emptyFunction"],[23,19,23,17],[23,22,23,20],[23,31,23,29,"emptyFunction"],[23,44,23,42,"emptyFunction"],[23,45,23,42],[23,47,23,45],[23,48,23,46],[23,49,23,47],[24,2,25,0,"emptyFunction"],[24,15,25,13],[24,16,25,14,"thatReturns"],[24,27,25,25],[24,30,25,28,"makeEmptyFunction"],[24,47,25,45],[25,2,26,0,"emptyFunction"],[25,15,26,13],[25,16,26,14,"thatReturnsFalse"],[25,32,26,30],[25,35,26,33,"makeEmptyFunction"],[25,52,26,50],[25,53,26,51],[25,58,26,56],[25,59,26,57],[26,2,27,0,"emptyFunction"],[26,15,27,13],[26,16,27,14,"thatReturnsTrue"],[26,31,27,29],[26,34,27,32,"makeEmptyFunction"],[26,51,27,49],[26,52,27,50],[26,56,27,54],[26,57,27,55],[27,2,28,0,"emptyFunction"],[27,15,28,13],[27,16,28,14,"thatReturnsNull"],[27,31,28,29],[27,34,28,32,"makeEmptyFunction"],[27,51,28,49],[27,52,28,50],[27,56,28,54],[27,57,28,55],[28,2,30,0,"emptyFunction"],[28,15,30,13],[28,16,30,14,"thatReturnsThis"],[28,31,30,29],[28,34,30,32],[28,46,30,44],[29,4,31,2],[29,11,31,9],[29,15,31,13],[30,2,32,0],[30,3,32,1],[31,2,34,0,"emptyFunction"],[31,15,34,13],[31,16,34,14,"thatReturnsArgument"],[31,35,34,33],[31,38,34,36],[31,48,34,46,"arg"],[31,51,34,49],[31,53,34,51],[32,4,35,2],[32,11,35,9,"arg"],[32,14,35,12],[33,2,36,0],[33,3,36,1],[34,2,38,0,"module"],[34,8,38,6],[34,9,38,7,"exports"],[34,16,38,14],[34,19,38,17,"emptyFunction"],[34,32,38,30],[35,0,38,31],[35,3]],"functionMap":{"names":["<global>","makeEmptyFunction","<anonymous>","emptyFunction","thatReturnsThis","thatReturnsArgument"],"mappings":"AAA;ACU;SCC;GDE;CDC;oBGQ,2BH;gCIO;CJE;oCKE;CLE"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long