Searched refs:hotReloadSupportFiles (Results 1 – 4 of 4) sorted by relevance
33 hotReloadSupportFiles73 getHotReloadFiles(watchModifiedFiles, watchRemovedFiles, hotReloadSupportFiles)));
55 hotReloadSupportFiles,
439 export const hotReloadSupportFiles: Set<string> = new Set(); constant459 hotReloadSupportFiles.add(fileName);850 …hotReloadSupportFiles.add(path.resolve(resolvedModules[resolvedModules.length - 1].resolvedFileNam…935 hotReloadSupportFiles.add(fileName);
585 watchRemovedFiles: string[], hotReloadSupportFiles: Set<string>): FilesObj {590 (hotReloadSupportFiles.has(file) || !['.ets', '.ts', '.js'].includes(path.extname(file))))