mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 15:41:01 +00:00
1 line
5.5 KiB
Plaintext
1 line
5.5 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"./buildUrlForBundle","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":7,"column":0,"index":173},"end":{"line":7,"column":56,"index":229}}],"key":"1NjLLI7lHLx7L+G4PSbRsIv0MOs=","exportNames":["*"],"imports":1}},{"name":"./fetchThenEval","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":230},"end":{"line":8,"column":53,"index":283}}],"key":"CkpSmm7Z9XNGaSYMpIQ5HZ169IA=","exportNames":["*"],"imports":1}},{"name":"./hmr","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":22,"column":24,"index":813},"end":{"line":22,"column":40,"index":829}}],"key":"nQnMBw8ZQUTyFsJ7uLcf/6WXx1E=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n exports.loadBundleAsync = loadBundleAsync;\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _buildUrlForBundle = require(_dependencyMap[1], \"./buildUrlForBundle\");\n var _fetchThenEval = require(_dependencyMap[2], \"./fetchThenEval\");\n /**\n * Copyright © 2022 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 * Load a bundle for a URL using fetch + eval on native and script tag injection on web.\n *\n * @param bundlePath Given a statement like `import('./Bacon')` `bundlePath` would be `Bacon.bundle?params=from-metro`.\n */\n function loadBundleAsync(_x) {\n return _loadBundleAsync.apply(this, arguments);\n }\n function _loadBundleAsync() {\n _loadBundleAsync = (0, _asyncToGenerator.default)(function* (bundlePath) {\n var requestUrl = (0, _buildUrlForBundle.buildUrlForBundle)(bundlePath);\n if (\"development\" === 'production') {\n return (0, _fetchThenEval.fetchThenEvalAsync)(requestUrl);\n } else {\n return (0, _fetchThenEval.fetchThenEvalAsync)(requestUrl).then(() => {\n var HMRClient = require(_dependencyMap[3], \"./hmr\").default;\n HMRClient.registerBundle(requestUrl);\n });\n }\n });\n return _loadBundleAsync.apply(this, arguments);\n }\n});","lineCount":45,"map":[[12,2,15,0,"exports"],[12,9,15,0],[12,10,15,0,"loadBundleAsync"],[12,25,15,0],[12,28,15,0,"loadBundleAsync"],[12,43,15,0],[13,2,26,1],[13,6,26,1,"_babelRuntimeHelpersAsyncToGenerator"],[13,42,26,1],[13,45,26,1,"require"],[13,52,26,1],[13,53,26,1,"_dependencyMap"],[13,67,26,1],[14,2,26,1],[14,6,26,1,"_asyncToGenerator"],[14,23,26,1],[14,26,26,1,"_interopDefault"],[14,41,26,1],[14,42,26,1,"_babelRuntimeHelpersAsyncToGenerator"],[14,78,26,1],[15,2,7,0],[15,6,7,0,"_buildUrlForBundle"],[15,24,7,0],[15,27,7,0,"require"],[15,34,7,0],[15,35,7,0,"_dependencyMap"],[15,49,7,0],[16,2,8,0],[16,6,8,0,"_fetchThenEval"],[16,20,8,0],[16,23,8,0,"require"],[16,30,8,0],[16,31,8,0,"_dependencyMap"],[16,45,8,0],[17,2,1,0],[18,0,2,0],[19,0,3,0],[20,0,4,0],[21,0,5,0],[22,0,6,0],[23,2,10,0],[24,0,11,0],[25,0,12,0],[26,0,13,0],[27,0,14,0],[28,2,10,0],[28,11,15,22,"loadBundleAsync"],[28,26,15,37,"loadBundleAsync"],[28,27,15,37,"_x"],[28,29,15,37],[29,4,15,37],[29,11,15,37,"_loadBundleAsync"],[29,27,15,37],[29,28,15,37,"apply"],[29,33,15,37],[29,40,15,37,"arguments"],[29,49,15,37],[30,2,15,37],[31,2,15,37],[31,11,15,37,"_loadBundleAsync"],[31,28,15,37],[32,4,15,37,"_loadBundleAsync"],[32,20,15,37],[32,27,15,37,"_asyncToGenerator"],[32,44,15,37],[32,45,15,37,"default"],[32,52,15,37],[32,54,15,7],[32,65,15,38,"bundlePath"],[32,75,15,56],[32,77,15,73],[33,6,16,2],[33,10,16,8,"requestUrl"],[33,20,16,18],[33,23,16,21],[33,27,16,21,"buildUrlForBundle"],[33,45,16,38],[33,46,16,38,"buildUrlForBundle"],[33,63,16,38],[33,65,16,39,"bundlePath"],[33,75,16,49],[33,76,16,50],[34,6,18,2],[34,10,18,6],[34,28,18,31],[34,40,18,43],[34,42,18,45],[35,8,19,4],[35,15,19,11],[35,19,19,11,"fetchThenEvalAsync"],[35,33,19,29],[35,34,19,29,"fetchThenEvalAsync"],[35,52,19,29],[35,54,19,30,"requestUrl"],[35,64,19,40],[35,65,19,41],[36,6,20,2],[36,7,20,3],[36,13,20,9],[37,8,21,4],[37,15,21,11],[37,19,21,11,"fetchThenEvalAsync"],[37,33,21,29],[37,34,21,29,"fetchThenEvalAsync"],[37,52,21,29],[37,54,21,30,"requestUrl"],[37,64,21,40],[37,65,21,41],[37,66,21,42,"then"],[37,70,21,46],[37,71,21,47],[37,77,21,53],[38,10,22,6],[38,14,22,12,"HMRClient"],[38,23,22,21],[38,26,22,24,"require"],[38,33,22,31],[38,34,22,31,"_dependencyMap"],[38,48,22,31],[38,60,22,39],[38,61,22,40],[38,62,22,41,"default"],[38,69,22,82],[39,10,23,6,"HMRClient"],[39,19,23,15],[39,20,23,16,"registerBundle"],[39,34,23,30],[39,35,23,31,"requestUrl"],[39,45,23,41],[39,46,23,42],[40,8,24,4],[40,9,24,5],[40,10,24,6],[41,6,25,2],[42,4,26,0],[42,5,26,1],[43,4,26,1],[43,11,26,1,"_loadBundleAsync"],[43,27,26,1],[43,28,26,1,"apply"],[43,33,26,1],[43,40,26,1,"arguments"],[43,49,26,1],[44,2,26,1],[45,0,26,1],[45,3]],"functionMap":{"names":["<global>","loadBundleAsync","fetchThenEvalAsync.then$argument_0"],"mappings":"AAA;OCc;+CCM;KDG;CDE"},"hasCjsExports":false},"type":"js/module"}]} |