Home
last modified time | relevance | path

Searched refs:getNodeModulePathParts (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/
DexportInfoMap.ts97 …const nodeModulesPathParts = getNodeModulePathParts(moduleFile.fileName, isOhpm(host.getCurrentPro…
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts753 …const parts: NodeModulePathParts = getNodeModulePathParts(path, isOhpm(options.packageManagerType)…
Dutilities.ts7667 …export function getNodeModulePathParts(fullPath: string, modulePathPart: string): NodeModulePathPa… function
/third_party/typescript/src/server/
Dsession.ts1375 …const nodeModulesPathParts = getNodeModulePathParts(fileName, isOhpm(project.getCompilationSettin…
/third_party/typescript/lib/
DtypingsInstaller.js21682 function getNodeModulePathParts(fullPath, modulePathPart) { function
21734 ts.getNodeModulePathParts = getNodeModulePathParts;
127805 …var parts = ts.getNodeModulePathParts(path, ts.isOhpm(options.packageManagerType) ? ts.ohModulesPa…
Dtsc.js17295 function getNodeModulePathParts(fullPath, modulePathPart) { function
17337 ts.getNodeModulePathParts = getNodeModulePathParts;
106208 …var parts = ts.getNodeModulePathParts(path, ts.isOhpm(options.packageManagerType) ? ts.ohModulesPa…