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
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 function nullthrows(x, message) {\n if (x != null) {\n return x;\n }\n var error = new Error(message !== undefined ? message : 'Got unexpected ' + x);\n error.framesToPop = 1; // Skip nullthrows's own stack frame.\n throw error;\n }\n module.exports = nullthrows;\n module.exports.default = nullthrows;\n Object.defineProperty(module.exports, '__esModule', {\n value: true\n });\n});","lineCount":17,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0],[4,11,3,9,"nullthrows"],[4,21,3,19,"nullthrows"],[4,22,3,20,"x"],[4,23,3,21],[4,25,3,23,"message"],[4,32,3,30],[4,34,3,32],[5,4,4,2],[5,8,4,6,"x"],[5,9,4,7],[5,13,4,11],[5,17,4,15],[5,19,4,17],[6,6,5,4],[6,13,5,11,"x"],[6,14,5,12],[7,4,6,2],[8,4,7,2],[8,8,7,6,"error"],[8,13,7,11],[8,16,7,14],[8,20,7,18,"Error"],[8,25,7,23],[8,26,7,24,"message"],[8,33,7,31],[8,38,7,36,"undefined"],[8,47,7,45],[8,50,7,48,"message"],[8,57,7,55],[8,60,7,58],[8,77,7,75],[8,80,7,78,"x"],[8,81,7,79],[8,82,7,80],[9,4,8,2,"error"],[9,9,8,7],[9,10,8,8,"framesToPop"],[9,21,8,19],[9,24,8,22],[9,25,8,23],[9,26,8,24],[9,27,8,25],[10,4,9,2],[10,10,9,8,"error"],[10,15,9,13],[11,2,10,0],[12,2,12,0,"module"],[12,8,12,6],[12,9,12,7,"exports"],[12,16,12,14],[12,19,12,17,"nullthrows"],[12,29,12,27],[13,2,13,0,"module"],[13,8,13,6],[13,9,13,7,"exports"],[13,16,13,14],[13,17,13,15,"default"],[13,24,13,22],[13,27,13,25,"nullthrows"],[13,37,13,35],[14,2,15,0,"Object"],[14,8,15,6],[14,9,15,7,"defineProperty"],[14,23,15,21],[14,24,15,22,"module"],[14,30,15,28],[14,31,15,29,"exports"],[14,38,15,36],[14,40,15,38],[14,52,15,50],[14,54,15,52],[15,4,15,53,"value"],[15,9,15,58],[15,11,15,60],[16,2,15,64],[16,3,15,65],[16,4,15,66],[17,0,15,67],[17,3]],"functionMap":{"names":["<global>","nullthrows"],"mappings":"AAA;ACE;CDO"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"react-dom/client","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":12,"column":0,"index":196},"end":{"line":12,"column":94,"index":290}}],"key":"eX4Ok7Y9yuWALzWeBM/8LmtyspI=","exportNames":["*"],"imports":1}},{"name":"../StyleSheet/dom","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":13,"column":0,"index":291},"end":{"line":13,"column":48,"index":339}}],"key":"qx3igwHGt+Vmso6RqLCYYzVVqls=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\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 'use client';\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 render;\n }\n });\n exports.hydrate = hydrate;\n var _reactDomClient = require(_dependencyMap[0], \"react-dom/client\");\n var _StyleSheetDom = require(_dependencyMap[1], \"../StyleSheet/dom\");\n function hydrate(element, root) {\n (0, _StyleSheetDom.createSheet)(root);\n return (0, _reactDomClient.hydrateRoot)(root, element);\n }\n function render(element, root) {\n (0, _StyleSheetDom.createSheet)(root);\n var reactRoot = (0, _reactDomClient.createRoot)(root);\n reactRoot.render(element);\n return reactRoot;\n }\n});","lineCount":36,"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],[11,2,10,0],[11,14,10,12],[12,2,10,13],[14,2,10,13,"Object"],[14,8,10,13],[14,9,10,13,"defineProperty"],[14,23,10,13],[14,24,10,13,"exports"],[14,31,10,13],[15,4,10,13,"value"],[15,9,10,13],[16,2,10,13],[17,2,18,15,"Object"],[17,8,18,15],[17,9,18,15,"defineProperty"],[17,23,18,15],[17,24,18,15,"exports"],[17,31,18,15],[18,4,18,15,"enumerable"],[18,14,18,15],[19,4,18,15,"get"],[19,7,18,15],[19,18,18,15,"get"],[19,19,18,15],[20,6,18,15],[20,13,18,15,"render"],[20,19,18,15],[21,4,18,15],[22,2,18,15],[23,2,14,0,"exports"],[23,9,14,0],[23,10,14,0,"hydrate"],[23,17,14,0],[23,20,14,0,"hydrate"],[23,27,14,0],[24,2,12,0],[24,6,12,0,"_reactDomClient"],[24,21,12,0],[24,24,12,0,"require"],[24,31,12,0],[24,32,12,0,"_dependencyMap"],[24,46,12,0],[25,2,13,0],[25,6,13,0,"_StyleSheetDom"],[25,20,13,0],[25,23,13,0,"require"],[25,30,13,0],[25,31,13,0,"_dependencyMap"],[25,45,13,0],[26,2,14,7],[26,11,14,16,"hydrate"],[26,18,14,23,"hydrate"],[26,19,14,24,"element"],[26,26,14,31],[26,28,14,33,"root"],[26,32,14,37],[26,34,14,39],[27,4,15,2],[27,8,15,2,"createSheet"],[27,22,15,13],[27,23,15,13,"createSheet"],[27,34,15,13],[27,36,15,14,"root"],[27,40,15,18],[27,41,15,19],[28,4,16,2],[28,11,16,9],[28,15,16,9,"domHydrateRoot"],[28,30,16,23],[28,31,16,23,"hydrateRoot"],[28,42,16,23],[28,44,16,24,"root"],[28,48,16,28],[28,50,16,30,"element"],[28,57,16,37],[28,58,16,38],[29,2,17,0],[30,2,18,15],[30,11,18,24,"render"],[30,17,18,30,"render"],[30,18,18,31,"element"],[30,25,18,38],[30,27,18,40,"root"],[30,31,18,44],[30,33,18,46],[31,4,19,2],[31,8,19,2,"createSheet"],[31,22,19,13],[31,23,19,13,"createSheet"],[31,34,19,13],[31,36,19,14,"root"],[31,40,19,18],[31,41,19,19],[32,4,20,2],[32,8,20,6,"reactRoot"],[32,17,20,15],[32,20,20,18],[32,24,20,18,"domCreateRoot"],[32,39,20,31],[32,40,20,31,"createRoot"],[32,50,20,31],[32,52,20,32,"root"],[32,56,20,36],[32,57,20,37],[33,4,21,2,"reactRoot"],[33,13,21,11],[33,14,21,12,"render"],[33,20,21,18],[33,21,21,19,"element"],[33,28,21,26],[33,29,21,27],[34,4,22,2],[34,11,22,9,"reactRoot"],[34,20,22,18],[35,2,23,0],[36,0,23,1],[36,3]],"functionMap":{"names":["<global>","hydrate","render"],"mappings":"AAA;OCa;CDG;eEC"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./EventEmitter","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":46,"index":46}}],"key":"c7y51sdeNB+ZIpPSVQeGauhYgLk=","exportNames":["*"],"imports":1}},{"name":"./NativeModule","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":47},"end":{"line":2,"column":46,"index":93}}],"key":"bKrTNGrQhrueoqkHcq+VBMxaM6w=","exportNames":["*"],"imports":1}},{"name":"./SharedObject","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":94},"end":{"line":3,"column":46,"index":140}}],"key":"sgMIwbEZw2dBxMKPKRqpyF5kl9M=","exportNames":["*"],"imports":1}},{"name":"./SharedRef","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":141},"end":{"line":4,"column":40,"index":181}}],"key":"oY1WXsWtE5/1rzSKWjpFxWarDyk=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n require(_dependencyMap[0], \"./EventEmitter\");\n require(_dependencyMap[1], \"./NativeModule\");\n require(_dependencyMap[2], \"./SharedObject\");\n require(_dependencyMap[3], \"./SharedRef\");\n});","lineCount":8,"map":[[4,2,1,0,"require"],[4,9,1,0],[4,10,1,0,"_dependencyMap"],[4,24,1,0],[5,2,2,0,"require"],[5,9,2,0],[5,10,2,0,"_dependencyMap"],[5,24,2,0],[6,2,3,0,"require"],[6,9,3,0],[6,10,3,0,"_dependencyMap"],[6,24,3,0],[7,2,4,0,"require"],[7,9,4,0],[7,10,4,0,"_dependencyMap"],[7,24,4,0],[8,0,4,40],[8,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}