Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/__tests__/
H A Deditor-test.ts5 import { guessEditor, openInEditorAsync } from '../editor';
36 describe(openInEditorAsync, () => {
47 await expect(openInEditorAsync('/foo/bar')).resolves.toBe(false);
/expo/packages/@expo/cli/src/utils/
H A Deditor.ts26 export async function openInEditorAsync(path: string): Promise<boolean> { function
/expo/packages/@expo/cli/src/start/interface/
H A DstartInterface.ts7 import { openInEditorAsync } from '../../utils/editor';
194 return openInEditorAsync(devServerManager.projectRoot);