(path)
| 117539 | return getSourceFileByPath(toPath(fileName)); |
| 117540 | } |
| 117541 | function getSourceFileByPath(path) { |
| 117542 | return filesByName.get(path) || undefined; |
| 117543 | } |
| 117544 | function getDiagnosticsHelper(sourceFile, getDiagnostics, cancellationToken) { |
| 117545 | if (sourceFile) { |
| 117546 | return getDiagnostics(sourceFile, cancellationToken); |
no test coverage detected
searching dependent graphs…