Home
last modified time | relevance | path

Searched refs:ExpoURL (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/server/build/
H A Denvironment.d.ts10 export declare class ExpoURL extends URL { class
11 static from(url: string, config: ExpoRouterServerManifestV1FunctionRoute): ExpoURL;
15 url: ExpoURL;
18 get expoUrl(): ExpoURL;
H A Denvironment.js3 exports.ExpoRequest = exports.ExpoURL = exports.NON_STANDARD_SYMBOL = exports.ExpoResponse = export…
38 class ExpoURL extends node_url_1.URL { class
40 const expoUrl = new ExpoURL(url);
51 exports.ExpoURL = ExpoURL;
57 url: new ExpoURL(typeof info !== 'string' && 'url' in info ? info.url : String(info)),
H A Dindex.js68 const expoUrl = new environment_1.ExpoURL(url);
/expo/packages/@expo/server/src/
H A Denvironment.ts52 export class ExpoURL extends URL { class
53 static from(url: string, config: ExpoRouterServerManifestV1FunctionRoute): ExpoURL {
54 const expoUrl = new ExpoURL(url);
69 url: ExpoURL;
76 url: new ExpoURL(typeof info !== 'string' && 'url' in info ? info.url : String(info)),
H A Dindex.ts9 import { ExpoRequest, ExpoResponse, ExpoURL, NON_STANDARD_SYMBOL } from './environment';
95 const expoUrl = new ExpoURL(url);