Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DexportInfoMap.ts97 …const nodeModulesPathParts = getNodeModulePathParts(moduleFile.fileName, isOhpm(host.getCurrentPro… constant
98 if (nodeModulesPathParts) {
99 …st { topLevelNodeModulesIndex, topLevelPackageNameIndex, packageRootIndex } = nodeModulesPathParts;
/third_party/typescript/src/server/
Dsession.ts1375 …const nodeModulesPathParts = getNodeModulePathParts(fileName, isOhpm(project.getCompilationSettin… constant
1376 …if (nodeModulesPathParts && fileName.lastIndexOf(nodeModulesPathPart) === nodeModulesPathParts.top…
1378 … const packageDirectory = fileName.substring(0, nodeModulesPathParts.packageRootIndex);
1393 nodeModulesPathParts.topLevelPackageNameIndex + 1,
1394 nodeModulesPathParts.packageRootIndex);
1405 … const pathToFileInPackage = fileName.substring(nodeModulesPathParts.packageRootIndex + 1);