mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
2.0 KiB
Plaintext
1 line
2.0 KiB
Plaintext
{"dependencies":[],"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 exports.fetchAsync = fetchAsync;\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 async function fetchAsync(url) {\n const response = await fetch(url, {\n method: 'GET',\n headers: {\n // No real reason for this but we try to use this format for everything.\n 'expo-platform': 'web'\n }\n });\n return {\n body: await response.text(),\n status: response.status,\n headers: response.headers\n };\n }\n});","lineCount":28,"map":[[7,2,7,0,"exports"],[7,9,7,0],[7,10,7,0,"fetchAsync"],[7,20,7,0],[7,23,7,0,"fetchAsync"],[7,33,7,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,2,7,7],[14,17,7,22,"fetchAsync"],[14,27,7,32,"fetchAsync"],[14,28,8,2,"url"],[14,31,8,13],[14,33,9,63],[15,4,10,2],[15,10,10,8,"response"],[15,18,10,16],[15,21,10,19],[15,27,10,25,"fetch"],[15,32,10,30],[15,33,10,31,"url"],[15,36,10,34],[15,38,10,36],[16,6,11,4,"method"],[16,12,11,10],[16,14,11,12],[16,19,11,17],[17,6,12,4,"headers"],[17,13,12,11],[17,15,12,13],[18,8,13,6],[19,8,14,6],[19,23,14,21],[19,25,14,23],[20,6,15,4],[21,4,16,2],[21,5,16,3],[21,6,16,4],[22,4,17,2],[22,11,17,9],[23,6,18,4,"body"],[23,10,18,8],[23,12,18,10],[23,18,18,16,"response"],[23,26,18,24],[23,27,18,25,"text"],[23,31,18,29],[23,32,18,30],[23,33,18,31],[24,6,19,4,"status"],[24,12,19,10],[24,14,19,12,"response"],[24,22,19,20],[24,23,19,21,"status"],[24,29,19,27],[25,6,20,4,"headers"],[25,13,20,11],[25,15,20,13,"response"],[25,23,20,21],[25,24,20,22,"headers"],[26,4,21,2],[26,5,21,3],[27,2,22,0],[28,0,22,1],[28,3]],"functionMap":{"names":["<global>","fetchAsync"],"mappings":"AAA;OCM;CDe"},"hasCjsExports":false},"type":"js/module"}]} |