mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 16:51:02 +00:00
1 line
4.0 KiB
Plaintext
1 line
4.0 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":56,"index":56}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","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.downloadAsync = downloadAsync;\n var _babelRuntimeHelpersAsyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\");\n var _asyncToGenerator = _interopDefault(_babelRuntimeHelpersAsyncToGenerator);\n var _expoModulesCore = require(_dependencyMap[1], \"expo-modules-core\");\n var AssetModule = (0, _expoModulesCore.requireNativeModule)('ExpoAsset');\n /**\n * Downloads the asset from the given URL to a local cache and returns the local URL of the cached\n * file.\n *\n * If there is already a locally cached file and its MD5 hash matches the given `md5Hash` parameter,\n * if present, the remote asset is not downloaded. The `hash` property is included in Metro's asset\n * metadata objects when this module's `hashAssetFiles` plugin is used, which is the typical way the\n * `md5Hash` parameter of this function is provided.\n */\n function downloadAsync(_x, _x2, _x3) {\n return _downloadAsync.apply(this, arguments);\n }\n function _downloadAsync() {\n _downloadAsync = (0, _asyncToGenerator.default)(function* (url, md5Hash, type) {\n return AssetModule.downloadAsync(url, md5Hash, type);\n });\n return _downloadAsync.apply(this, arguments);\n }\n});","lineCount":35,"map":[[12,2,12,0,"exports"],[12,9,12,0],[12,10,12,0,"downloadAsync"],[12,23,12,0],[12,26,12,0,"downloadAsync"],[12,39,12,0],[13,2,14,1],[13,6,14,1,"_babelRuntimeHelpersAsyncToGenerator"],[13,42,14,1],[13,45,14,1,"require"],[13,52,14,1],[13,53,14,1,"_dependencyMap"],[13,67,14,1],[14,2,14,1],[14,6,14,1,"_asyncToGenerator"],[14,23,14,1],[14,26,14,1,"_interopDefault"],[14,41,14,1],[14,42,14,1,"_babelRuntimeHelpersAsyncToGenerator"],[14,78,14,1],[15,2,1,0],[15,6,1,0,"_expoModulesCore"],[15,22,1,0],[15,25,1,0,"require"],[15,32,1,0],[15,33,1,0,"_dependencyMap"],[15,47,1,0],[16,2,2,0],[16,6,2,6,"AssetModule"],[16,17,2,17],[16,20,2,20],[16,24,2,20,"requireNativeModule"],[16,40,2,39],[16,41,2,39,"requireNativeModule"],[16,60,2,39],[16,62,2,40],[16,73,2,51],[16,74,2,52],[17,2,3,0],[18,0,4,0],[19,0,5,0],[20,0,6,0],[21,0,7,0],[22,0,8,0],[23,0,9,0],[24,0,10,0],[25,0,11,0],[26,2,3,0],[26,11,12,22,"downloadAsync"],[26,24,12,35,"downloadAsync"],[26,25,12,35,"_x"],[26,27,12,35],[26,29,12,35,"_x2"],[26,32,12,35],[26,34,12,35,"_x3"],[26,37,12,35],[27,4,12,35],[27,11,12,35,"_downloadAsync"],[27,25,12,35],[27,26,12,35,"apply"],[27,31,12,35],[27,38,12,35,"arguments"],[27,47,12,35],[28,2,12,35],[29,2,12,35],[29,11,12,35,"_downloadAsync"],[29,26,12,35],[30,4,12,35,"_downloadAsync"],[30,18,12,35],[30,25,12,35,"_asyncToGenerator"],[30,42,12,35],[30,43,12,35,"default"],[30,50,12,35],[30,52,12,7],[30,63,12,36,"url"],[30,66,12,39],[30,68,12,41,"md5Hash"],[30,75,12,48],[30,77,12,50,"type"],[30,81,12,54],[30,83,12,56],[31,6,13,4],[31,13,13,11,"AssetModule"],[31,24,13,22],[31,25,13,23,"downloadAsync"],[31,38,13,36],[31,39,13,37,"url"],[31,42,13,40],[31,44,13,42,"md5Hash"],[31,51,13,49],[31,53,13,51,"type"],[31,57,13,55],[31,58,13,56],[32,4,14,0],[32,5,14,1],[33,4,14,1],[33,11,14,1,"_downloadAsync"],[33,25,14,1],[33,26,14,1,"apply"],[33,31,14,1],[33,38,14,1,"arguments"],[33,47,14,1],[34,2,14,1],[35,0,14,1],[35,3]],"functionMap":{"names":["<global>","downloadAsync"],"mappings":"AAA;OCW;CDE"},"hasCjsExports":false},"type":"js/module"}]} |