(path)
| 121590 | return canWatchDirectory(dirPath) ? { dir: subDirectory || dir, dirPath: subDirectoryPath || dirPath, nonRecursive: nonRecursive } : undefined; |
| 121591 | } |
| 121592 | function isPathWithDefaultFailedLookupExtension(path) { |
| 121593 | return ts.fileExtensionIsOneOf(path, failedLookupDefaultExtensions); |
| 121594 | } |
| 121595 | function watchFailedLookupLocationsOfExternalModuleResolutions(name, resolution, filePath, getResolutionWithResolvedFileName) { |
| 121596 | if (resolution.refCount) { |
| 121597 | resolution.refCount++; |
no outgoing calls
no test coverage detected