(file1, file2)
| 119232 | return false; |
| 119233 | } |
| 119234 | function isSameFile(file1, file2) { |
| 119235 | return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /* Comparison.EqualTo */; |
| 119236 | } |
| 119237 | function getSymlinkCache() { |
| 119238 | if (host.getSymlinkCache) { |
| 119239 | return host.getSymlinkCache(); |
no outgoing calls
no test coverage detected
searching dependent graphs…