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":[{"name":"./buildAsyncRequire","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":173},"end":{"line":7,"column":56,"index":229}}],"key":"XNVZOa7wal5aBbN0KBT1Kqg8We4=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _buildAsyncRequire = require(_dependencyMap[0], \"./buildAsyncRequire\");\n /**\n * Copyright © 2024 650 Industries.\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 // @ts-ignore: ignore the global which may not always be defined in jest environments.\n global[`${global.__METRO_GLOBAL_PREFIX__ ?? ''}__loadBundleAsync`] = (0, _buildAsyncRequire.buildAsyncRequire)();\n});","lineCount":14,"map":[[4,2,7,0],[4,6,7,0,"_buildAsyncRequire"],[4,24,7,0],[4,27,7,0,"require"],[4,34,7,0],[4,35,7,0,"_dependencyMap"],[4,49,7,0],[5,2,1,0],[6,0,2,0],[7,0,3,0],[8,0,4,0],[9,0,5,0],[10,0,6,0],[12,2,9,0],[13,2,10,0,"global"],[13,8,10,6],[13,9,10,7],[13,12,10,10,"global"],[13,18,10,16],[13,19,10,17,"__METRO_GLOBAL_PREFIX__"],[13,42,10,40],[13,46,10,44],[13,48,10,46],[13,67,10,65],[13,68,10,66],[13,71,10,69],[13,75,10,69,"buildAsyncRequire"],[13,93,10,86],[13,94,10,86,"buildAsyncRequire"],[13,111,10,86],[13,113,10,87],[13,114,10,88],[14,0,10,89],[14,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../utils/getBundleUrl","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":64},"end":{"line":3,"column":53,"index":117}}],"key":"FCUzmmLFksayvyWuU4zO7lqriIM=","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 Object.defineProperty(exports, \"ImportMetaRegistry\", {\n enumerable: true,\n get: function () {\n return ImportMetaRegistry;\n }\n });\n var _utilsGetBundleUrl = require(_dependencyMap[0], \"../utils/getBundleUrl\");\n // Copyright 2015-present 650 Industries. All rights reserved.\n\n /**\n * Registry to handle import.meta functionality for React Native environment\n * Similar to how it works in the web, but adapted for the RN context\n * https://github.com/wintercg/import-meta-registry\n */\n const ImportMetaRegistry = {\n get url() {\n return (0, _utilsGetBundleUrl.getBundleUrl)();\n }\n };\n});","lineCount":26,"map":[[7,2,10,0,"Object"],[7,8,10,0],[7,9,10,0,"defineProperty"],[7,23,10,0],[7,24,10,0,"exports"],[7,31,10,0],[8,4,10,0,"enumerable"],[8,14,10,0],[9,4,10,0,"get"],[9,7,10,0],[9,18,10,0,"get"],[9,19,10,0],[10,6,10,0],[10,13,10,0,"ImportMetaRegistry"],[10,31,10,0],[11,4,10,0],[12,2,10,0],[13,2,3,0],[13,6,3,0,"_utilsGetBundleUrl"],[13,24,3,0],[13,27,3,0,"require"],[13,34,3,0],[13,35,3,0,"_dependencyMap"],[13,49,3,0],[14,2,1,0],[16,2,5,0],[17,0,6,0],[18,0,7,0],[19,0,8,0],[20,0,9,0],[21,2,10,7],[21,8,10,13,"ImportMetaRegistry"],[21,26,10,31],[21,29,10,34],[22,4,11,2],[22,8,11,6,"url"],[22,11,11,9,"url"],[22,12,11,9],[22,14,11,12],[23,6,12,4],[23,13,12,11],[23,17,12,11,"getBundleUrl"],[23,35,12,23],[23,36,12,23,"getBundleUrl"],[23,48,12,23],[23,50,12,24],[23,51,12,25],[24,4,13,2],[25,2,14,0],[25,3,14,1],[26,0,14,2],[26,3]],"functionMap":{"names":["<global>","get__url"],"mappings":"AAA;ECU;GDE"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long