mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 01:51:03 +00:00
1 line
8.5 KiB
Plaintext
1 line
8.5 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var _asyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\").default;\n /**\n * Copyright © 2025 650 Industries.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\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 * This is added as `asyncRequireModulePath` in `@expo/metro-config`\n * Fork of https://github.com/facebook/metro/blob/b8e9e64f1de97a67234e223f5ee21524b160e8a5/packages/metro-runtime/src/modules/asyncRequire.js#L1\n * - Adds worker support.\n */\n\n function maybeLoadBundle(moduleID, paths) {\n var loadBundle = global[`${__METRO_GLOBAL_PREFIX__}__loadBundleAsync`];\n if (loadBundle != null) {\n var stringModuleID = String(moduleID);\n if (paths != null) {\n var bundlePath = paths[stringModuleID];\n if (bundlePath != null) {\n // NOTE: Errors will be swallowed by asyncRequire.prefetch\n return loadBundle(bundlePath);\n }\n }\n }\n return undefined;\n }\n function asyncRequireImpl(moduleID, paths) {\n var maybeLoadBundlePromise = maybeLoadBundle(moduleID, paths);\n var importAll = function importAll() {\n return require.importAll(moduleID);\n };\n if (maybeLoadBundlePromise != null) {\n return maybeLoadBundlePromise.then(importAll);\n }\n return importAll();\n }\n function asyncRequire(_x, _x2, _x3) {\n return _asyncRequire.apply(this, arguments);\n } // Synchronous version of asyncRequire, which can still return a promise\n // if the module is split.\n function _asyncRequire() {\n _asyncRequire = _asyncToGenerator(function* (moduleID, paths, moduleName) {\n return asyncRequireImpl(moduleID, paths);\n });\n return _asyncRequire.apply(this, arguments);\n }\n asyncRequire.unstable_importMaybeSync = function unstable_importMaybeSync(moduleID, paths) {\n return asyncRequireImpl(moduleID, paths);\n };\n asyncRequire.prefetch = function (moduleID, paths, moduleName) {\n var _maybeLoadBundle;\n (_maybeLoadBundle = maybeLoadBundle(moduleID, paths)) == null || _maybeLoadBundle.then(function () {}, function () {});\n };\n asyncRequire.unstable_resolve = function unstable_resolve(moduleID, paths) {\n if (!paths) {\n throw new Error('Bundle splitting is required for Web Worker imports');\n }\n var id = paths[moduleID];\n if (!id) {\n throw new Error('Worker import is missing from split bundle paths: ' + id);\n }\n return id;\n };\n\n // TODO(@kitten): Missing metro type definitions\n\n module.exports = asyncRequire;\n});","lineCount":70,"map":[[3,2,1,0],[4,0,2,0],[5,0,3,0],[6,0,4,0],[7,0,5,0],[8,0,6,0],[9,0,7,0],[10,0,8,0],[11,0,9,0],[12,0,10,0],[13,0,11,0],[15,2,22,0],[15,11,22,9,"maybeLoadBundle"],[15,26,22,24,"maybeLoadBundle"],[15,27,22,25,"moduleID"],[15,35,22,41],[15,37,22,43,"paths"],[15,42,22,68],[15,44,22,92],[16,4,23,2],[16,8,23,8,"loadBundle"],[16,18,23,58],[16,21,23,62,"global"],[16,27,23,68],[16,28,24,4],[16,31,24,7,"__METRO_GLOBAL_PREFIX__"],[16,54,24,30],[16,73,24,49],[16,74,25,3],[17,4,27,2],[17,8,27,6,"loadBundle"],[17,18,27,16],[17,22,27,20],[17,26,27,24],[17,28,27,26],[18,6,28,4],[18,10,28,10,"stringModuleID"],[18,24,28,24],[18,27,28,27,"String"],[18,33,28,33],[18,34,28,34,"moduleID"],[18,42,28,42],[18,43,28,43],[19,6,29,4],[19,10,29,8,"paths"],[19,15,29,13],[19,19,29,17],[19,23,29,21],[19,25,29,23],[20,8,30,6],[20,12,30,12,"bundlePath"],[20,22,30,22],[20,25,30,25,"paths"],[20,30,30,30],[20,31,30,31,"stringModuleID"],[20,45,30,45],[20,46,30,46],[21,8,31,6],[21,12,31,10,"bundlePath"],[21,22,31,20],[21,26,31,24],[21,30,31,28],[21,32,31,30],[22,10,32,8],[23,10,33,8],[23,17,33,15,"loadBundle"],[23,27,33,25],[23,28,33,26,"bundlePath"],[23,38,33,36],[23,39,33,37],[24,8,34,6],[25,6,35,4],[26,4,36,2],[27,4,38,2],[27,11,38,9,"undefined"],[27,20,38,18],[28,2,39,0],[29,2,41,0],[29,11,41,9,"asyncRequireImpl"],[29,27,41,25,"asyncRequireImpl"],[29,28,41,29,"moduleID"],[29,36,41,45],[29,38,41,47,"paths"],[29,43,41,72],[29,45,41,90],[30,4,42,2],[30,8,42,8,"maybeLoadBundlePromise"],[30,30,42,30],[30,33,42,33,"maybeLoadBundle"],[30,48,42,48],[30,49,42,49,"moduleID"],[30,57,42,57],[30,59,42,59,"paths"],[30,64,42,64],[30,65,42,65],[31,4,43,2],[31,8,43,8,"importAll"],[31,17,43,17],[31,20,43,20],[31,29,43,8,"importAll"],[31,38,43,17,"importAll"],[31,39,43,17],[32,6,43,17],[32,13,43,27,"require"],[32,20,43,34],[32,21,43,63,"importAll"],[32,30,43,72],[32,31,43,76,"moduleID"],[32,39,43,84],[32,40,43,85],[33,4,43,85],[34,4,45,2],[34,8,45,6,"maybeLoadBundlePromise"],[34,30,45,28],[34,34,45,32],[34,38,45,36],[34,40,45,38],[35,6,46,4],[35,13,46,11,"maybeLoadBundlePromise"],[35,35,46,33],[35,36,46,34,"then"],[35,40,46,38],[35,41,46,39,"importAll"],[35,50,46,48],[35,51,46,49],[36,4,47,2],[37,4,49,2],[37,11,49,9,"importAll"],[37,20,49,18],[37,21,49,19],[37,22,49,20],[38,2,50,0],[39,2,50,1],[39,11,52,15,"asyncRequire"],[39,23,52,27,"asyncRequire"],[39,24,52,27,"_x"],[39,26,52,27],[39,28,52,27,"_x2"],[39,31,52,27],[39,33,52,27,"_x3"],[39,36,52,27],[40,4,52,27],[40,11,52,27,"_asyncRequire"],[40,24,52,27],[40,25,52,27,"apply"],[40,30,52,27],[40,37,52,27,"arguments"],[40,46,52,27],[41,2,52,27],[41,4,60,0],[42,2,61,0],[43,2,61,0],[43,11,61,0,"_asyncRequire"],[43,25,61,0],[44,4,61,0,"_asyncRequire"],[44,17,61,0],[44,20,61,0,"_asyncToGenerator"],[44,37,61,0],[44,38,52,0],[44,49,53,2,"moduleID"],[44,57,53,18],[44,59,54,2,"paths"],[44,64,54,27],[44,66,55,2,"moduleName"],[44,76,55,21],[44,78,56,14],[45,6,57,2],[45,13,57,9,"asyncRequireImpl"],[45,29,57,25],[45,30,57,29,"moduleID"],[45,38,57,37],[45,40,57,39,"paths"],[45,45,57,44],[45,46,57,45],[46,4,58,0],[46,5,58,1],[47,4,58,1],[47,11,58,1,"_asyncRequire"],[47,24,58,1],[47,25,58,1,"apply"],[47,30,58,1],[47,37,58,1,"arguments"],[47,46,58,1],[48,2,58,1],[49,2,62,0,"asyncRequire"],[49,14,62,12],[49,15,62,13,"unstable_importMaybeSync"],[49,39,62,37],[49,42,62,40],[49,51,62,49,"unstable_importMaybeSync"],[49,75,62,73,"unstable_importMaybeSync"],[49,76,63,2,"moduleID"],[49,84,63,18],[49,86,64,2,"paths"],[49,91,64,27],[49,93,65,18],[50,4,66,2],[50,11,66,9,"asyncRequireImpl"],[50,27,66,25],[50,28,66,26,"moduleID"],[50,36,66,34],[50,38,66,36,"paths"],[50,43,66,41],[50,44,66,42],[51,2,67,0],[51,3,67,1],[52,2,69,0,"asyncRequire"],[52,14,69,12],[52,15,69,13,"prefetch"],[52,23,69,21],[52,26,69,24],[52,36,70,2,"moduleID"],[52,44,70,18],[52,46,71,2,"paths"],[52,51,71,27],[52,53,72,2,"moduleName"],[52,63,72,21],[52,65,73,8],[53,4,73,8],[53,8,73,8,"_maybeLoadBundle"],[53,24,73,8],[54,4,74,2],[54,5,74,2,"_maybeLoadBundle"],[54,21,74,2],[54,24,74,2,"maybeLoadBundle"],[54,39,74,17],[54,40,74,18,"moduleID"],[54,48,74,26],[54,50,74,28,"paths"],[54,55,74,33],[54,56,74,34],[54,69,74,2,"_maybeLoadBundle"],[54,85,74,2],[54,86,74,36,"then"],[54,90,74,40],[54,91,75,4],[54,103,75,10],[54,104,75,11],[54,105,75,12],[54,107,76,4],[54,119,76,10],[54,120,76,11],[54,121,77,2],[54,122,77,3],[55,2,78,0],[55,3,78,1],[56,2,80,0,"asyncRequire"],[56,14,80,12],[56,15,80,13,"unstable_resolve"],[56,31,80,29],[56,34,80,32],[56,43,80,41,"unstable_resolve"],[56,59,80,57,"unstable_resolve"],[56,60,81,2,"moduleID"],[56,68,81,18],[56,70,82,2,"paths"],[56,75,82,27],[56,77,83,2],[57,4,84,2],[57,8,84,6],[57,9,84,7,"paths"],[57,14,84,12],[57,16,84,14],[58,6,85,4],[58,12,85,10],[58,16,85,14,"Error"],[58,21,85,19],[58,22,85,20],[58,75,85,73],[58,76,85,74],[59,4,86,2],[60,4,87,2],[60,8,87,8,"id"],[60,10,87,10],[60,13,87,13,"paths"],[60,18,87,18],[60,19,87,19,"moduleID"],[60,27,87,27],[60,28,87,28],[61,4,88,2],[61,8,88,6],[61,9,88,7,"id"],[61,11,88,9],[61,13,88,11],[62,6,89,4],[62,12,89,10],[62,16,89,14,"Error"],[62,21,89,19],[62,22,89,20],[62,74,89,72],[62,77,89,75,"id"],[62,79,89,77],[62,80,89,78],[63,4,90,2],[64,4,91,2],[64,11,91,9,"id"],[64,13,91,11],[65,2,92,0],[65,3,92,1],[67,2,94,0],[69,2,97,0,"module"],[69,8,97,6],[69,9,97,7,"exports"],[69,16,97,14],[69,19,97,17,"asyncRequire"],[69,31,97,29],[70,0,97,30],[70,3]],"functionMap":{"names":["<global>","maybeLoadBundle","asyncRequireImpl","importAll","asyncRequire","unstable_importMaybeSync","asyncRequire.prefetch","maybeLoadBundle.then$argument_0","maybeLoadBundle.then$argument_1","unstable_resolve"],"mappings":"AAA;ACqB;CDiB;AEE;oBCE,iED;CFO;AIE;CJM;wCKI;CLK;wBME;ICM,QD;IEC,QF;CNE;gCSE;CTY"},"hasCjsExports":true},"type":"js/module"}]} |