Home
last modified time | relevance | path

Searched refs:allWatchedConfigFiles (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
DtsbuildPublic.ts256 readonly allWatchedConfigFiles: ESMap<ResolvedConfigFilePath, FileWatcher>; property
328 allWatchedConfigFiles: new Map(),
462 state.allWatchedConfigFiles,
1791 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath)) return;
1792 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(
1891 clearMap(state.allWatchedConfigFiles, closeFileWatcher);
/third_party/typescript/lib/
Dtsc.js93551 allWatchedConfigFiles: new ts.Map(), property
93655 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
94611 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
94613 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
94669 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
DtypingsInstaller.js113546 allWatchedConfigFiles: new ts.Map(), property
113656 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
114672 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
114674 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
114733 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
Dtypescript.js113751 allWatchedConfigFiles: new ts.Map(), property
113861 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
114877 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
114879 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
114938 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
DtypescriptServices.js113751 allWatchedConfigFiles: new ts.Map(), property
113861 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
114877 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
114879 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
114938 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
Dtsserverlibrary.js113751 allWatchedConfigFiles: new ts.Map(), property
113861 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
114877 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
114879 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
114938 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);
Dtsserver.js113557 allWatchedConfigFiles: new ts.Map(), property
113667 …ts.mutateMapSkippingNewValues(state.allWatchedConfigFiles, currentProjects, { onDeleteValue: ts.cl…
114683 if (!state.watch || state.allWatchedConfigFiles.has(resolvedPath))
114685 state.allWatchedConfigFiles.set(resolvedPath, state.watchFile(resolved, function () {
114744 ts.clearMap(state.allWatchedConfigFiles, ts.closeFileWatcher);