(sourceFile, cancellationToken)
| 117898 | }); |
| 117899 | } |
| 117900 | function getDeclarationDiagnosticsWorker(sourceFile, cancellationToken) { |
| 117901 | return getAndCacheDiagnostics(sourceFile, cancellationToken, cachedDeclarationDiagnosticsForFile, getDeclarationDiagnosticsForFileNoCache); |
| 117902 | } |
| 117903 | function getDeclarationDiagnosticsForFileNoCache(sourceFile, cancellationToken) { |
| 117904 | return runWithCancellationToken(function () { |
| 117905 | var resolver = getTypeChecker().getEmitResolver(sourceFile, cancellationToken); |
no test coverage detected