Home
last modified time | relevance | path

Searched refs:buildUrlForBundle (Results 1 – 15 of 15) sorted by relevance

/expo/packages/@expo/metro-runtime/build/async-require/
H A DbuildUrlForBundle.js9 exports.buildUrlForBundle = void 0;
16 function buildUrlForBundle(bundlePath) { function
21 exports.buildUrlForBundle = buildUrlForBundle;
H A DbuildUrlForBundle.native.js9 exports.buildUrlForBundle = void 0;
10 function buildUrlForBundle(bundlePath) { function
24 exports.buildUrlForBundle = buildUrlForBundle;
H A DbuildUrlForBundle.native.d.ts.map1 {"version":3,"file":"buildUrlForBundle.native.d.ts","sourceRoot":"","sources":["../../src/async-req…
H A DbuildUrlForBundle.d.ts.map1 {"version":3,"file":"buildUrlForBundle.d.ts","sourceRoot":"","sources":["../../src/async-require/bu…
H A DbuildUrlForBundle.js.map1buildUrlForBundle.js","sourceRoot":"","sources":["../../src/async-require/buildUrlForBundle.ts"],"…
H A DbuildUrlForBundle.d.ts13 export declare function buildUrlForBundle(bundlePath: string): string; function
H A DbuildUrlForBundle.native.d.ts7 export declare function buildUrlForBundle(bundlePath: string): string; function
H A DbuildUrlForBundle.native.js.map1buildUrlForBundle.native.js","sourceRoot":"","sources":["../../src/async-require/buildUrlForBundle
H A DloadBundle.js20 const requestUrl = (0, buildUrlForBundle_1.buildUrlForBundle)(bundlePath);
H A DloadBundle.js.map1buildUrlForBundle } from './buildUrlForBundle';\nimport { fetchThenEvalAsync } from './fetchThenEv…
/expo/packages/@expo/metro-runtime/src/async-require/__tests__/
H A DbuildUrlForBundle.test.web.ts1 import { buildUrlForBundle } from '../buildUrlForBundle';
4 expect(buildUrlForBundle('foobar')).toEqual('/foobar');
7 expect(buildUrlForBundle('/more/than/one')).toEqual('/more/than/one');
H A DbuildUrlForBundle.test.native.ts2 import { buildUrlForBundle } from '../buildUrlForBundle';
20 expect(buildUrlForBundle('/foobar')).toEqual('http://localhost:19000/foobar');
/expo/packages/@expo/metro-runtime/src/async-require/
H A DloadBundle.ts7 import { buildUrlForBundle } from './buildUrlForBundle';
19 const requestUrl = buildUrlForBundle(bundlePath);
H A DbuildUrlForBundle.ts14 export function buildUrlForBundle(bundlePath: string): string { function
H A DbuildUrlForBundle.native.ts8 export function buildUrlForBundle(bundlePath: string): string { function