Searched refs:hotReloadSupportFiles (Results 1 – 4 of 4) sorted by relevance
32 hotReloadSupportFiles,73 getHotReloadFiles(watchModifiedFiles, watchRemovedFiles, hotReloadSupportFiles)));
55 hotReloadSupportFiles,
263 export const hotReloadSupportFiles: Set<string> = new Set(); constant279 hotReloadSupportFiles.add(fileName);596 …hotReloadSupportFiles.add(path.resolve(resolvedModules[resolvedModules.length - 1].resolvedFileNam…650 hotReloadSupportFiles.add(fileName);
548 watchRemovedFiles: string[], hotReloadSupportFiles: Set<string>): FilesObj {553 (hotReloadSupportFiles.has(file) || !['.ets', '.ts', '.js'].includes(path.extname(file))))