(hostSourceFile)
| 123592 | return typeof hostSourceFile === "boolean"; |
| 123593 | } |
| 123594 | function isFilePresenceUnknownOnHost(hostSourceFile) { |
| 123595 | return typeof hostSourceFile.version === "boolean"; |
| 123596 | } |
| 123597 | function fileExists(fileName) { |
| 123598 | var path = toPath(fileName); |
| 123599 | // If file is missing on host from cache, we can definitely say file doesnt exist |
no outgoing calls
no test coverage detected
searching dependent graphs…