Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts454 … const resolutionsInFile = cache.get(path) || cache.set(path, createModeAwareCache()).get(path)!; constant
/third_party/typescript/src/services/
Dshims.ts395 …const resolutionsInFile = JSON.parse(this.shimHost.getModuleResolutionsForFile!(containingFile)) a… constant