()
| 117928 | return sourceFile.isDeclarationFile ? [] : getDeclarationDiagnosticsWorker(sourceFile, cancellationToken); |
| 117929 | } |
| 117930 | function getOptionsDiagnostics() { |
| 117931 | return ts.sortAndDeduplicateDiagnostics(ts.concatenate(programDiagnostics.getGlobalDiagnostics(), getOptionsDiagnosticsOfConfigFile())); |
| 117932 | } |
| 117933 | function getOptionsDiagnosticsOfConfigFile() { |
| 117934 | if (!options.configFile) |
| 117935 | return ts.emptyArray; |
nothing calls this directly
no test coverage detected