| /expo/packages/@expo/metro-runtime/build/async-require/ |
| H A D | fetchAsync.js | 3 exports.fetchAsync = void 0; 10 async function fetchAsync(url) { function 23 exports.fetchAsync = fetchAsync;
|
| H A D | fetchAsync.native.js | 13 exports.fetchAsync = void 0; 17 function fetchAsync(url) { function 57 exports.fetchAsync = fetchAsync;
|
| H A D | fetchAsync.d.ts.map | 1 {"version":3,"file":"fetchAsync.d.ts","sourceRoot":"","sources":["../../src/async-require/fetchAsyn…
|
| H A D | fetchAsync.native.d.ts.map | 1 {"version":3,"file":"fetchAsync.native.d.ts","sourceRoot":"","sources":["../../src/async-require/fe…
|
| H A D | fetchAsync.js.map | 1 …fetchAsync.js","sourceRoot":"","sources":["../../src/async-require/fetchAsync.ts"],"names":[],"map…
|
| H A D | fetchAsync.native.d.ts | 8 export declare function fetchAsync(url: string): Promise<{ function
|
| H A D | fetchAsync.d.ts | 7 export declare function fetchAsync(url: string): Promise<{ function
|
| H A D | fetchThenEvalJs.js | 17 return (0, fetchAsync_1.fetchAsync)(url).then(({ body, headers }) => {
|
| H A D | fetchThenEvalJs.js.map | 1 …fetchAsync } from './fetchAsync';\n\ndeclare let global: {\n globalEvalWithSourceUrl?: any;\n};\n…
|
| /expo/packages/@expo/cli/src/api/rest/__tests__/ |
| H A D | client-test.ts | 9 import { ApiV2Error, fetchAsync } from '../client'; 31 await fetchAsync('test', { 62 await fetchAsync('test', { 80 await fetchAsync('test', { 92 const res = await fetchAsync('get-me', { 106 const res = await fetchAsync('http://example/get-me', { 122 const res = await fetchAsync('get-me', { 141 const res = await fetchAsync('get-me', { 161 const res = await fetchAsync('get-me', {
|
| /expo/packages/@expo/cli/src/api/ |
| H A D | getExpoGoIntermediateCertificate.ts | 1 import { fetchAsync } from './rest/client'; 5 const response = await fetchAsync(
|
| H A D | getProjectDevelopmentCertificate.ts | 1 import { fetchAsync } from './rest/client'; 8 const response = await fetchAsync(
|
| H A D | updateDevelopmentSession.ts | 5 import { fetchAsync } from './rest/client'; 53 const results = await fetchAsync('development-sessions/notify-alive', { 82 const results = await fetchAsync('development-sessions/notify-close', {
|
| H A D | getVersions.ts | 43 const fetchAsync = createCachedFetch({ constant 50 const results = await fetchAsync('versions/latest');
|
| H A D | getNativeModuleVersions.ts | 34 const fetchAsync = createCachedFetch({ constant 39 const results = await fetchAsync(`sdks/${sdkVersion}/native-modules`);
|
| H A D | getExpoSchema.ts | 84 const fetchAsync = createCachedFetch({ constant 89 const response = await fetchAsync(`project/configuration/schema/${sdkVersion}`);
|
| /expo/packages/@expo/metro-runtime/src/async-require/ |
| H A D | fetchThenEvalJs.ts | 7 import { fetchAsync } from './fetchAsync'; 19 return fetchAsync(url).then(({ body, headers }) => {
|
| H A D | fetchAsync.ts | 7 export async function fetchAsync(url: string): Promise<{ body: string; headers: Headers }> { function
|
| /expo/packages/@expo/metro-runtime/src/async-require/__tests__/ |
| H A D | fetchAsync.test.web.ts | 2 import { fetchAsync } from '../fetchAsync'; 21 await expect(fetchAsync('https://example.com')).resolves.toBeDefined();
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | validateApplicationId.ts | 8 import { fetchAsync } from '../api/rest/client'; 143 const response = await fetchAsync(url); 179 const response = await fetchAsync(url);
|
| H A D | url.ts | 4 import { fetchAsync } from '../api/rest/client'; 18 const res = await fetchAsync(url);
|
| H A D | downloadAppAsync.ts | 10 import { createCachedFetch, fetchAsync } from '../api/rest/client'; 30 let fetchInstance: FetchLike = fetchAsync;
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | otp.ts | 9 import { fetchAsync } from '../rest/client'; 103 await fetchAsync('auth/send-sms-otp', {
|
| H A D | user.ts | 14 import { fetchAsync } from '../rest/client'; 61 const res = await fetchAsync('auth/loginAsync', {
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | resolveTemplate.ts | 8 import { fetchAsync } from '../api/rest/client'; 66 const infoResponse = await fetchAsync(`https://api.github.com/repos/${username}/${name}`);
|