Home
last modified time | relevance | path

Searched refs:createProgressBar (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DdownloadExpoGoAsync.ts10 import { createProgressBar } from './progress';
124 bar = createProgressBar('Downloading the Expo Go app [:bar] :percent :etas', {
H A Dprogress.ts13 export function createProgressBar(barFormat: string, options: ProgressBar.ProgressBarOptions) { function
/expo/packages/@expo/cli/src/start/server/webpack/
H A DWebpackBundlerDevServer.ts23 import { createProgressBar } from '../../../utils/progress';
115 const bar = createProgressBar(chalk`{bold Web} Bundling Javascript [:bar] :percent`, {