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 function openFileInEditor(file, lineNumber) {\n if (process.env.NODE_ENV !== 'production') {\n // TODO: This is not a great URL since it now blocks users from accessing the `/open-stack-frame` url in their router\n // ideally it would be something like `/_devtools/open-stack-frame`.\n const baseUrl = window.location.protocol + '//' + window.location.host;\n fetch(baseUrl + '/open-stack-frame', {\n method: 'POST',\n body: JSON.stringify({\n file,\n lineNumber\n })\n });\n }\n }\n var _default = openFileInEditor;\n});","lineCount":28,"map":[[7,2,16,0,"Object"],[7,8,16,0],[7,9,16,0,"defineProperty"],[7,23,16,0],[7,24,16,0,"exports"],[7,31,16,0],[8,4,16,0,"enumerable"],[8,14,16,0],[9,4,16,0,"get"],[9,7,16,0],[9,18,16,0,"get"],[9,19,16,0],[10,6,16,0],[10,13,16,0,"_default"],[10,21,16,0],[11,4,16,0],[12,2,16,0],[13,2,3,0],[13,11,3,9,"openFileInEditor"],[13,27,3,25,"openFileInEditor"],[13,28,3,26,"file"],[13,32,3,38],[13,34,3,40,"lineNumber"],[13,44,3,58],[13,46,3,60],[14,4,4,2],[14,8,4,6,"process"],[14,15,4,13],[14,16,4,14,"env"],[14,19,4,17],[14,20,4,18,"NODE_ENV"],[14,28,4,26],[14,33,4,31],[14,45,4,43],[14,47,4,45],[15,6,5,4],[16,6,6,4],[17,6,7,4],[17,12,7,10,"baseUrl"],[17,19,7,17],[17,22,7,20,"window"],[17,28,7,26],[17,29,7,27,"location"],[17,37,7,35],[17,38,7,36,"protocol"],[17,46,7,44],[17,49,7,47],[17,53,7,51],[17,56,7,54,"window"],[17,62,7,60],[17,63,7,61,"location"],[17,71,7,69],[17,72,7,70,"host"],[17,76,7,74],[18,6,9,4,"fetch"],[18,11,9,9],[18,12,9,10,"baseUrl"],[18,19,9,17],[18,22,9,20],[18,41,9,39],[18,43,9,41],[19,8,10,6,"method"],[19,14,10,12],[19,16,10,14],[19,22,10,20],[20,8,11,6,"body"],[20,12,11,10],[20,14,11,12,"JSON"],[20,18,11,16],[20,19,11,17,"stringify"],[20,28,11,26],[20,29,11,27],[21,10,11,29,"file"],[21,14,11,33],[22,10,11,35,"lineNumber"],[23,8,11,46],[23,9,11,47],[24,6,12,4],[24,7,12,5],[24,8,12,6],[25,4,13,2],[26,2,14,0],[27,2,16,0],[27,6,16,0,"_default"],[27,14,16,0],[27,17,16,15,"openFileInEditor"],[27,33,16,31],[28,0,16,32],[28,3]],"functionMap":{"names":["<global>","openFileInEditor"],"mappings":"AAA;ACE;CDW"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":50,"index":50}}],"key":"RtGiGa+/H7VrI7GDQDLhO1UbpU8=","exportNames":["*"],"imports":1}}],"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.createSnapshotFriendlyRef = createSnapshotFriendlyRef;\n var _react = require(_dependencyMap[0], \"react\");\n /**\n * Create a React ref object that is friendly for snapshots.\n * It will be represented as `[React.ref]` in snapshots.\n * @returns A React ref object.\n */\n function createSnapshotFriendlyRef() {\n return /*#__PURE__*/(0, _react.createRef)();\n }\n});","lineCount":17,"map":[[7,2,8,0,"exports"],[7,9,8,0],[7,10,8,0,"createSnapshotFriendlyRef"],[7,35,8,0],[7,38,8,0,"createSnapshotFriendlyRef"],[7,63,8,0],[8,2,1,0],[8,6,1,0,"_react"],[8,12,1,0],[8,15,1,0,"require"],[8,22,1,0],[8,23,1,0,"_dependencyMap"],[8,37,1,0],[9,2,3,0],[10,0,4,0],[11,0,5,0],[12,0,6,0],[13,0,7,0],[14,2,8,7],[14,11,8,16,"createSnapshotFriendlyRef"],[14,36,8,41,"createSnapshotFriendlyRef"],[14,37,8,41],[14,39,8,68],[15,4,9,2],[15,24,9,9],[15,28,9,9,"createRef"],[15,34,9,18],[15,35,9,18,"createRef"],[15,44,9,18],[15,46,9,22],[15,47,9,23],[16,2,10,0],[17,0,10,1],[17,3]],"functionMap":{"names":["<global>","createSnapshotFriendlyRef"],"mappings":"AAA;OCO;CDE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n module.exports = $$require_external('color');\n});","lineCount":3,"map":[[2,2,1,0,"module"],[2,8,1,6],[2,9,1,7,"exports"],[2,16,1,14],[2,19,1,15,"$$require_external"],[2,37,1,33],[2,38,1,34],[2,45,1,41],[2,46,1,42],[3,0,1,42],[3,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"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});","lineCount":3,"map":[[3,3]],"functionMap":{"names":["<global>","SharedRef"],"mappings":"AAA;OCY;CDkB"},"hasCjsExports":false},"type":"js/module"}]}