Searched refs:allWatchedConfigFiles (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | tsbuildPublic.ts | 256 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/ |
| D | tsc.js | 93551 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);
|
| D | typingsInstaller.js | 113546 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);
|
| D | typescript.js | 113751 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);
|
| D | typescriptServices.js | 113751 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);
|
| D | tsserverlibrary.js | 113751 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);
|
| D | tsserver.js | 113557 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);
|