(path)
| 115231 | return cachedReadDirectoryResult.get(ts.ensureTrailingDirectorySeparator(rootDirPath)); |
| 115232 | } |
| 115233 | function getCachedFileSystemEntriesForBaseDir(path) { |
| 115234 | return getCachedFileSystemEntries(ts.getDirectoryPath(path)); |
| 115235 | } |
| 115236 | function getBaseNameOfFileName(fileName) { |
| 115237 | return ts.getBaseFileName(ts.normalizePath(fileName)); |
| 115238 | } |
no test coverage detected
searching dependent graphs…