(sourceFile)
| 85936 | } |
| 85937 | } |
| 85938 | function getPotentiallyUnusedIdentifiers(sourceFile) { |
| 85939 | return allPotentiallyUnusedIdentifiers.get(sourceFile.path) || ts.emptyArray; |
| 85940 | } |
| 85941 | // Fully type check a source file and collect the relevant diagnostics. |
| 85942 | function checkSourceFileWorker(node) { |
| 85943 | var links = getNodeLinks(node); |
no test coverage detected