Home
last modified time | relevance | path

Searched refs:FileNotifier (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/utils/
H A DFileNotifier.ts12 export class FileNotifier { class
13 static instances: FileNotifier[] = [];
16 for (const instance of FileNotifier.instances) {
33 FileNotifier.instances.push(this);
/expo/packages/@expo/cli/src/utils/__tests__/
H A DFileNotifier-test.ts5 import { FileNotifier } from '../FileNotifier';
27 const fileNotifier = new FileNotifier('./', ['babel.config.js']);
45 const fileNotifier = new FileNotifier(
/expo/packages/@expo/cli/src/export/
H A DexportAsync.ts6 import { FileNotifier } from '../utils/FileNotifier';
21 FileNotifier.stopAll();
/expo/packages/@expo/cli/src/start/server/
H A DDevServerManager.ts8 import { FileNotifier } from '../../utils/FileNotifier';
39 private notifier: FileNotifier | null = null;
50 const notifier = new FileNotifier(
H A DBundlerDevServer.ts9 import { FileNotifier } from '../../utils/FileNotifier';
103 private notifier: FileNotifier | null = null;
223 this.notifier = new FileNotifier(this.projectRoot, this.getConfigModuleIds());
/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroMultiPlatform.ts26 import { FileNotifier } from '../../../utils/FileNotifier';
165 const configWatcher = new FileNotifier(projectRoot, ['./tsconfig.json', './jsconfig.json']);