(file, diagnostic, args)
| 118982 | }); |
| 118983 | } |
| 118984 | function addProgramDiagnosticExplainingFile(file, diagnostic, args) { |
| 118985 | programDiagnostics.add(createDiagnosticExplainingFile(file, /*fileProcessingReason*/ undefined, diagnostic, args)); |
| 118986 | } |
| 118987 | function fileIncludeReasonToRelatedInformation(reason) { |
| 118988 | if (isReferencedFile(reason)) { |
| 118989 | var referenceLocation = getReferencedFileLocation(getSourceFileByPath, reason); |
no test coverage detected
searching dependent graphs…