(hostSourceFile)
| 123589 | return ts.toPath(fileName, currentDirectory, getCanonicalFileName); |
| 123590 | } |
| 123591 | function isFileMissingOnHost(hostSourceFile) { |
| 123592 | return typeof hostSourceFile === "boolean"; |
| 123593 | } |
| 123594 | function isFilePresenceUnknownOnHost(hostSourceFile) { |
| 123595 | return typeof hostSourceFile.version === "boolean"; |
| 123596 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…