Home
last modified time | relevance | path

Searched refs:logNewSection (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DnodeModules.ts5 import { logNewSection } from './ora';
10 const cleanJsDepsStep = logNewSection('Cleaning JavaScript dependencies');
H A Dcocoapods.ts11 import { logNewSection } from './ora';
72 let step = logNewSection('Installing CocoaPods...');
97 step = logNewSection('Running `pod install` in the `ios` directory.');
H A Dora.ts96 export function logNewSection(title: string) { function
/expo/packages/@expo/cli/src/start/platforms/
H A DExpoGoInstaller.ts9 import { logNewSection } from '../../utils/ora';
107 const ora = logNewSection(`Installing Expo Go on ${deviceManager.name}`);
/expo/packages/@expo/cli/src/prebuild/
H A DupdateFromTemplate.ts11 import { logNewSection } from '../utils/ora';
104 const ora = logNewSection(
H A DprebuildAsync.ts13 import { logNewSection } from '../utils/ora';
114 const configSyncingStep = logNewSection('Config syncing');
H A DclearNativeFolder.ts9 import { logNewSection } from '../utils/ora';
16 const step = logNewSection(`Clearing ${folders.join(', ')}`);
H A DupdatePackageJson.ts10 import { logNewSection } from '../utils/ora';
34 const updatingPackageJsonStep = logNewSection(
/expo/packages/@expo/cli/src/start/doctor/dependencies/
H A DensureDependenciesAsync.ts10 import { logNewSection } from '../../../utils/ora';
132 const installingPackageStep = logNewSection(`Installing ${packagesStr}`);
/expo/packages/create-expo/src/
H A DTemplate.ts189 let step = logNewSection('Installing CocoaPods.');
205 step = logNewSection('Running `pod install` in the `ios` directory.');
238 export function logNewSection(title: string) { function