(rootDirPath)
| 115228 | return ts.toPath(fileName, currentDirectory, getCanonicalFileName); |
| 115229 | } |
| 115230 | function getCachedFileSystemEntries(rootDirPath) { |
| 115231 | return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath)); |
| 115232 | } |
| 115233 | function getCachedFileSystemEntriesForBaseDir(path) { |
| 115234 | return getCachedFileSystemEntries(ts.getDirectoryPath(path)); |
| 115235 | } |
no test coverage detected
searching dependent graphs…