(sourceFile, cancellationToken)
| 117556 | return getDiagnosticsHelper(sourceFile, getSyntacticDiagnosticsForFile, cancellationToken); |
| 117557 | } |
| 117558 | function getSemanticDiagnostics(sourceFile, cancellationToken) { |
| 117559 | return getDiagnosticsHelper(sourceFile, getSemanticDiagnosticsForFile, cancellationToken); |
| 117560 | } |
| 117561 | function getCachedSemanticDiagnostics(sourceFile) { |
| 117562 | var _a; |
| 117563 | return sourceFile |
no test coverage detected