Searched refs:modulesPathPart (Results 1 – 3 of 3) sorted by relevance
590 …function getModulePathParts(fullPath: string, modulesPathPart: string): ModulePathParts | undefine…616 if (fullPath.indexOf(modulesPathPart, partStart) === partStart) {633 if (fullPath.indexOf(modulesPathPart, partStart) === partStart) {
1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart; constant1061 const idx = path.lastIndexOf(modulesPathPart);1066 const indexAfterModules = idx + modulesPathPart.length;
2544 …const modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModul… constant2549 stringContains(fileName, modulesPathPart)) {3808 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant3809 if (!originalRealpath || !stringContains(directory, modulesPathPart)) return;3841 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant3842 if (!stringContains(fileOrDirectoryPath, modulesPathPart)) return false;