Home
last modified time | relevance | path

Searched refs:BundlerStartOptions (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts47 export interface BundlerStartOptions { interface
120 options: Pick<BundlerStartOptions, 'minify' | 'mode' | 'privateKeyPath'> = {}
137 public async startAsync(options: BundlerStartOptions): Promise<DevServerInstance> {
153 options: BundlerStartOptions
170 private async startHeadlessAsync(options: BundlerStartOptions): Promise<DevServerInstance> {
205 protected async postStartAsync(options: BundlerStartOptions) {
339 public getUrlCreator(options: Partial<Pick<BundlerStartOptions, 'port' | 'location'>> = {}) {
H A DDevServerManager.ts5 import { BundlerDevServer, BundlerStartOptions } from './BundlerDevServer';
21 options?: BundlerStartOptions;
44 public options: BundlerStartOptions
/expo/packages/@expo/cli/src/start/
H A DstartAsync.ts8 import { BundlerStartOptions } from './server/BundlerDevServer';
25 ): Promise<[BundlerStartOptions, MultiBundlerStartOptions]> {
26 const commonOptions: BundlerStartOptions = {
/expo/packages/@expo/cli/src/start/server/webpack/__tests__/
H A DWebpackBundlerDevServer-test.ts4 import { BundlerStartOptions } from '../../BundlerDevServer';
25 async function getStartedDevServer(options: Partial<BundlerStartOptions> = {}) {
/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DMetroBundlerDevServer-test.ts5 import { BundlerStartOptions } from '../../BundlerDevServer';
36 async function getStartedDevServer(options: Partial<BundlerStartOptions> = {}) {
/expo/packages/@expo/cli/src/start/server/webpack/
H A DWebpackBundlerDevServer.ts25 import { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';
149 options: BundlerStartOptions
244 options: Pick<BundlerStartOptions, 'mode' | 'isImageEditingEnabled' | 'https'>,
/expo/packages/@expo/cli/src/start/server/metro/
H A DMetroBundlerDevServer.ts26 import { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';
72 async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> {
337 options: BundlerStartOptions
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DBundlerDevServer-test.ts4 import { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';
53 options: BundlerStartOptions