Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleNameResolver.ts524 const modulePathPart = getModuleByPMType(options.packageManagerType) constant
2448 const modulePathPart = getModuleByPMType(packageManagerType); constant
/third_party/typescript/lib/
Dtsc.js17870 function getNodeModulePathParts(fullPath, modulePathPart) { argument