Searched refs:nodeModulesPathParts (Results 1 – 2 of 2) sorted by relevance
97 …const nodeModulesPathParts = getNodeModulePathParts(moduleFile.fileName, isOhpm(host.getCurrentPro… constant98 if (nodeModulesPathParts) {99 …st { topLevelNodeModulesIndex, topLevelPackageNameIndex, packageRootIndex } = nodeModulesPathParts;
1375 …const nodeModulesPathParts = getNodeModulePathParts(fileName, isOhpm(project.getCompilationSettin… constant1376 …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);