Searched refs:toNodeModulesParent (Results 1 – 1 of 1) sorted by relevance
331 …const toNodeModulesParent = toNodeModules && getDirectoryPath(getCanonicalFileName(toNodeModules)); constant332 return toNodeModulesParent === undefined333 || startsWith(getCanonicalFileName(fromPath), toNodeModulesParent)334 … || (!!globalCachePath && startsWith(getCanonicalFileName(globalCachePath), toNodeModulesParent));