Searched refs:getModuleByPMType (Results 1 – 4 of 4) sorted by relevance
265 const modulesAtTypes = combinePaths(getModuleByPMType(packageManagerType), "@types");983 …toSearchResult({ resolved, isExternalLibraryImport: contains(parts, getModuleByPMType(compilerOpti…1310 const modulePathPart = getModuleByPMType(packageManagerType);1323 …const modulesFolder = combinePaths(directory, getModuleByPMType(state.compilerOptions.packageManag…
7341 export function getModuleByPMType(packageManagerType: string | undefined): string { function
521 …const modules = combinePaths(ancestor, getModuleByPMType(host.getCompilationSettings().packageMana…
2728 … const moduleType: string = getModuleByPMType(host.getCompilationSettings().packageManagerType);