Home
last modified time | relevance | path

Searched refs:BundleProgress (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DTerminalReporter.types.ts18 export type BundleProgress = { alias
69 _activeBundles: Map<string, BundleProgress>;
91 }: BundleProgress,
H A DMetroTerminalReporter.ts6 import { BuildPhase, BundleDetails, BundleProgress, SnippetError } from './TerminalReporter.types';
34 _getBundleStatusMessage(progress: BundleProgress, phase: BuildPhase): string {