Home
last modified time | relevance | path

Searched refs:toNodeModulesParent (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DexportInfoMap.ts331 …const toNodeModulesParent = toNodeModules && getDirectoryPath(getCanonicalFileName(toNodeModules)); constant
332 return toNodeModulesParent === undefined
333 || startsWith(getCanonicalFileName(fromPath), toNodeModulesParent)
334 … || (!!globalCachePath && startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent));