Home
last modified time | relevance | path

Searched defs:resolutionsInFile (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts357 const resolutionsInFile = cache.get(path) || cache.set(path, new Map()).get(path)!; constant
/third_party/typescript/src/services/
Dshims.ts360 …const resolutionsInFile = <MapLike<string>>JSON.parse(this.shimHost.getModuleResolutionsForFile!(c… constant