Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts3028 … const modulesPathPart: string = getModulePathPartByPMType(options.packageManagerType); constant
4333 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant
4366 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant
DmoduleNameResolver.ts1533 const modulesPathPart = getModulePathPartByPMType(packageManagerType); constant