(fileName)
| 115234 | return getCachedFileSystemEntries(ts.getDirectoryPath(path)); |
| 115235 | } |
| 115236 | function getBaseNameOfFileName(fileName) { |
| 115237 | return ts.getBaseFileName(ts.normalizePath(fileName)); |
| 115238 | } |
| 115239 | function createCachedFileSystemEntries(rootDir, rootDirPath) { |
| 115240 | var _a; |
| 115241 | if (!host.realpath || ts.ensureTrailingDirectorySeparator(toPath(host.realpath(rootDir))) === rootDirPath) { |
no outgoing calls
no test coverage detected
searching dependent graphs…