Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts265 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…
Dutilities.ts7341 export function getModuleByPMType(packageManagerType: string | undefined): string { function
/third_party/typescript/src/services/
DstringCompletions.ts521 …const modules = combinePaths(ancestor, getModuleByPMType(host.getCompilationSettings().packageMana…
Dutilities.ts2728 … const moduleType: string = getModuleByPMType(host.getCompilationSettings().packageManagerType);