(directoryName, redirectedReference)
| 42860 | updateRedirectsMap(options, directoryToModuleNameMap); |
| 42861 | } |
| 42862 | function getOrCreateCacheForDirectory(directoryName, redirectedReference) { |
| 42863 | var path = ts.toPath(directoryName, currentDirectory, getCanonicalFileName); |
| 42864 | return getOrCreateCache(directoryToModuleNameMap, redirectedReference, path, function () { return createModeAwareCache(); }); |
| 42865 | } |
| 42866 | } |
| 42867 | /* @internal */ |
| 42868 | function createModeAwareCache() { |
nothing calls this directly
no test coverage detected