(sourceFile, cancellationToken)
| 117565 | : cachedBindAndCheckDiagnosticsForFile.allDiagnostics; |
| 117566 | } |
| 117567 | function getBindAndCheckDiagnostics(sourceFile, cancellationToken) { |
| 117568 | return getBindAndCheckDiagnosticsForFile(sourceFile, cancellationToken); |
| 117569 | } |
| 117570 | function getProgramDiagnostics(sourceFile) { |
| 117571 | var _a; |
| 117572 | if (ts.skipTypeChecking(sourceFile, options, program)) { |
nothing calls this directly
no test coverage detected