(path)
| 120645 | affectedFilesPendingEmit: affectedFilesPendingEmit, |
| 120646 | }; |
| 120647 | function relativeToBuildInfoEnsuringAbsolutePath(path) { |
| 120648 | return relativeToBuildInfo(ts.getNormalizedAbsolutePath(path, currentDirectory)); |
| 120649 | } |
| 120650 | function relativeToBuildInfo(path) { |
| 120651 | return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(buildInfoDirectory, path, getCanonicalFileName)); |
| 120652 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…