Searched defs:resolutionsInFile (Results 1 – 2 of 2) sorted by relevance
357 const resolutionsInFile = cache.get(path) || cache.set(path, new Map()).get(path)!; constant
360 …const resolutionsInFile = <MapLike<string>>JSON.parse(this.shimHost.getModuleResolutionsForFile!(c… constant