Home
last modified time | relevance | path

Searched refs:NodeModulePathParts (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts753 …const parts: NodeModulePathParts = getNodeModulePathParts(path, isOhpm(options.packageManagerType)…
Dutilities.ts7661 export interface NodeModulePathParts { interface
7667 … getNodeModulePathParts(fullPath: string, modulePathPart: string): NodeModulePathParts | undefined…