auto-commit for fc7d19a7-5a66-4fb6-a51a-eb888d5e3f11

This commit is contained in:
emergent-agent-e1
2025-10-24 02:40:54 +00:00
parent e4bfdceb3d
commit 1456674871
4796 changed files with 5440 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./loadBundle","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":174},"end":{"line":8,"column":47,"index":221}}],"key":"jljeoWVQzF4LXjGM8Z03gUTHSCQ=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,r,i,a,m,e,d){Object.defineProperty(e,\"__esModule\",{value:!0}),e.buildAsyncRequire=function(){const t=new Map;return async function(c){if(t.has(c))return t.get(c);const u=(0,n.loadBundleAsync)(c).catch(n=>{throw t.delete(c),n});return t.set(c,u),u}};var n=r(d[0])});","lineCount":1,"map":[[1,97,17,7],[1,108,18,2],[1,114,18,8,"cache"],[1,116,18,16],[1,120,18,20,"Map"],[1,124,20,2],[1,131,20,9,"async"],[1,146,20,50,"path"],[1,149,21,4],[1,152,21,8,"cache"],[1,154,21,14,"has"],[1,158,21,18,"path"],[1,161,22,6],[1,168,22,13,"cache"],[1,170,22,19,"get"],[1,174,22,23,"path"],[1,177,25,4],[1,183,25,10,"promise"],[1,186,25,20],[1,188,25,20,"loadBundleAsync"],[1,207,25,36,"path"],[1,210,25,42,"catch"],[1,216,25,49,"error"],[1,220,27,6],[1,226,26,6,"cache"],[1,228,26,12,"delete"],[1,235,26,19,"path"],[1,238,27,12,"error"],[1,242,32,4],[1,249,30,4,"cache"],[1,251,30,10,"set"],[1,255,30,14,"path"],[1,257,30,20,"promise"],[1,260,32,11,"promise"],[1,261,33,2],[1,262,34,0],[1,264,8,0],[1,268,8,0,"_loadBundle"],[1,270,8,0,"r"],[1,272,8,0,"d"],[1,274,8,0],[1,277,34,1],[1,280]],"functionMap":{"names":["<global>","buildAsyncRequire","universal_loadBundleAsync","loadBundleAsync._catch$argument_0"],"mappings":"AAA;OCgB;SCG;gDCK;KDG;GDK;CDC"}},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"react","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":12,"index":26},"end":{"line":2,"column":28,"index":42}}],"key":"XN65eZP/QkNMzaBAXbG/zPyidpY=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var React = require(_dependencyMap[0], \"react\");\n /**\n * Use `useEffect` during SSR and `useLayoutEffect` in the Browser & React Native to avoid warnings.\n */\n var useClientLayoutEffect = typeof document !== 'undefined' || typeof navigator !== 'undefined' && navigator.product === 'ReactNative' ? React.useLayoutEffect : React.useEffect;\n /**\n * React hook which returns the latest callback without changing the reference.\n */\n // eslint-disable-next-line @typescript-eslint/ban-types\n function useLatestCallback(callback) {\n var ref = React.useRef(callback);\n var latestCallback = React.useRef(function latestCallback() {\n var args = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n args[_i] = arguments[_i];\n }\n return ref.current.apply(this, args);\n }).current;\n useClientLayoutEffect(function () {\n ref.current = callback;\n });\n return latestCallback;\n }\n module.exports = useLatestCallback;\n});","lineCount":28,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0],[4,6,2,4,"React"],[4,11,2,9],[4,14,2,12,"require"],[4,21,2,19],[4,22,2,19,"_dependencyMap"],[4,36,2,19],[4,48,2,27],[4,49,2,28],[5,2,3,0],[6,0,4,0],[7,0,5,0],[8,2,6,0],[8,6,6,4,"useClientLayoutEffect"],[8,27,6,25],[8,30,6,28],[8,37,6,35,"document"],[8,45,6,43],[8,50,6,48],[8,61,6,59],[8,65,7,5],[8,72,7,12,"navigator"],[8,81,7,21],[8,86,7,26],[8,97,7,37],[8,101,7,41,"navigator"],[8,110,7,50],[8,111,7,51,"product"],[8,118,7,58],[8,123,7,63],[8,136,7,77],[8,139,8,6,"React"],[8,144,8,11],[8,145,8,12,"useLayoutEffect"],[8,160,8,27],[8,163,9,6,"React"],[8,168,9,11],[8,169,9,12,"useEffect"],[8,178,9,21],[9,2,10,0],[10,0,11,0],[11,0,12,0],[12,2,13,0],[13,2,14,0],[13,11,14,9,"useLatestCallback"],[13,28,14,26,"useLatestCallback"],[13,29,14,27,"callback"],[13,37,14,35],[13,39,14,37],[14,4,15,4],[14,8,15,8,"ref"],[14,11,15,11],[14,14,15,14,"React"],[14,19,15,19],[14,20,15,20,"useRef"],[14,26,15,26],[14,27,15,27,"callback"],[14,35,15,35],[14,36,15,36],[15,4,16,4],[15,8,16,8,"latestCallback"],[15,22,16,22],[15,25,16,25,"React"],[15,30,16,30],[15,31,16,31,"useRef"],[15,37,16,37],[15,38,16,38],[15,47,16,47,"latestCallback"],[15,61,16,61,"latestCallback"],[15,62,16,61],[15,64,16,64],[16,6,17,8],[16,10,17,12,"args"],[16,14,17,16],[16,17,17,19],[16,19,17,21],[17,6,18,8],[17,11,18,13],[17,15,18,17,"_i"],[17,17,18,19],[17,20,18,22],[17,21,18,23],[17,23,18,25,"_i"],[17,25,18,27],[17,28,18,30,"arguments"],[17,37,18,39],[17,38,18,40,"length"],[17,44,18,46],[17,46,18,48,"_i"],[17,48,18,50],[17,50,18,52],[17,52,18,54],[18,8,19,12,"args"],[18,12,19,16],[18,13,19,17,"_i"],[18,15,19,19],[18,16,19,20],[18,19,19,23,"arguments"],[18,28,19,32],[18,29,19,33,"_i"],[18,31,19,35],[18,32,19,36],[19,6,20,8],[20,6,21,8],[20,13,21,15,"ref"],[20,16,21,18],[20,17,21,19,"current"],[20,24,21,26],[20,25,21,27,"apply"],[20,30,21,32],[20,31,21,33],[20,35,21,37],[20,37,21,39,"args"],[20,41,21,43],[20,42,21,44],[21,4,22,4],[21,5,22,5],[21,6,22,6],[21,7,22,7,"current"],[21,14,22,14],[22,4,23,4,"useClientLayoutEffect"],[22,25,23,25],[22,26,23,26],[22,38,23,38],[23,6,24,8,"ref"],[23,9,24,11],[23,10,24,12,"current"],[23,17,24,19],[23,20,24,22,"callback"],[23,28,24,30],[24,4,25,4],[24,5,25,5],[24,6,25,6],[25,4,26,4],[25,11,26,11,"latestCallback"],[25,25,26,25],[26,2,27,0],[27,2,28,0,"module"],[27,8,28,6],[27,9,28,7,"exports"],[27,16,28,14],[27,19,28,17,"useLatestCallback"],[27,36,28,34],[28,0,28,35],[28,3]],"functionMap":{"names":["<global>","useLatestCallback","latestCallback","useClientLayoutEffect$argument_0"],"mappings":"AAA;ACa;sCCE;KDM;0BEC;KFE;CDE"}},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n // isEligibleForPrediction\n // https://developer.apple.com/documentation/foundation/nsuseractivity/2980674-iseligibleforprediction\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.ExpoHead = void 0;\n var ExpoHead = null;\n exports.ExpoHead = ExpoHead;\n // If running in Expo Go.\n if (typeof expo !== 'undefined' && !globalThis.expo?.modules?.ExpoGo) {\n exports.ExpoHead = ExpoHead = globalThis.expo?.modules?.ExpoHead;\n }\n});","lineCount":16,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0],[5,2,3,0],[6,2,4,0,"Object"],[6,8,4,6],[6,9,4,7,"defineProperty"],[6,23,4,21],[6,24,4,22,"exports"],[6,31,4,29],[6,33,4,31],[6,45,4,43],[6,47,4,45],[7,4,4,47,"value"],[7,9,4,52],[7,11,4,54],[8,2,4,59],[8,3,4,60],[8,4,4,61],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"ExpoHead"],[9,18,5,16],[9,21,5,19],[9,26,5,24],[9,27,5,25],[10,2,6,0],[10,6,6,4,"ExpoHead"],[10,14,6,12],[10,17,6,15],[10,21,6,19],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"ExpoHead"],[11,18,7,16],[11,21,7,19,"ExpoHead"],[11,29,7,27],[12,2,8,0],[13,2,9,0],[13,6,9,4],[13,13,9,11,"expo"],[13,17,9,15],[13,22,9,20],[13,33,9,31],[13,37,9,35],[13,38,9,36,"globalThis"],[13,48,9,46],[13,49,9,47,"expo"],[13,53,9,51],[13,55,9,53,"modules"],[13,62,9,60],[13,64,9,62,"ExpoGo"],[13,70,9,68],[13,72,9,70],[14,4,10,4,"exports"],[14,11,10,11],[14,12,10,12,"ExpoHead"],[14,20,10,20],[14,23,10,23,"ExpoHead"],[14,31,10,31],[14,34,10,34,"globalThis"],[14,44,10,44],[14,45,10,45,"expo"],[14,49,10,49],[14,51,10,51,"modules"],[14,58,10,58],[14,60,10,60,"ExpoHead"],[14,68,10,68],[15,2,11,0],[16,0,11,1],[16,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"}},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./cjs/react.production.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":79},"end":{"line":4,"column":55,"index":115}}],"key":"SRTVnmobO/7suyOrtjv/93t3dkc=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function(g,r,i,a,m,e,d){'use strict';m.exports=r(d[0])});","lineCount":1,"map":[[1,28,1,0],[1,41,4,2,"module"],[1,43,4,9,"exports"],[1,51,4,19,"require"],[1,53,4,26,"d"],[1,55,4,26],[1,58,5,1],[1,61]],"functionMap":{"names":["<global>"],"mappings":"AAA"}},"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