mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 04:46:25 -05:00
fix handling if there is no commonPrefix
This commit is contained in:
@@ -262,7 +262,7 @@ namespace ts {
|
||||
failedLookupLocations: [],
|
||||
});
|
||||
assert.isDefined(cache.get("c:/foo"));
|
||||
assert.isUndefined(cache.get("c:/"));
|
||||
assert.isDefined(cache.get("c:/"));
|
||||
assert.isUndefined(cache.get("d:/"));
|
||||
|
||||
cache = resolutionCache.getOrCreateCacheForModuleName("f");
|
||||
|
||||
Reference in New Issue
Block a user