(fileName, path, eventKind)
| 123854 | scheduleProgramUpdate(); |
| 123855 | } |
| 123856 | function updateCachedSystemWithFile(fileName, path, eventKind) { |
| 123857 | if (cachedDirectoryStructureHost) { |
| 123858 | cachedDirectoryStructureHost.addOrDeleteFile(fileName, path, eventKind); |
| 123859 | } |
| 123860 | } |
| 123861 | function watchMissingFilePath(missingFilePath) { |
| 123862 | // If watching missing referenced config file, we are already watching it so no need for separate watcher |
| 123863 | return (parsedConfigs === null || parsedConfigs === void 0 ? void 0 : parsedConfigs.has(missingFilePath)) ? |
no outgoing calls
no test coverage detected
searching dependent graphs…