Searched refs:modulesPathPart (Results 1 – 4 of 4) sorted by relevance
2925 … const modulesPathPart: string = getModulePathPartByPMType(options.packageManagerType); constant2930 stringContains(fileName, modulesPathPart)) {4229 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant4230 if (!originalRealpath || !stringContains(directory, modulesPathPart)) return;4262 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant4263 if (!stringContains(fileOrDirectoryPath, modulesPathPart)) return false;
1533 const modulesPathPart = getModulePathPartByPMType(packageManagerType); constant1535 const idx = path.lastIndexOf(modulesPathPart);1540 const indexAfterModules = idx + modulesPathPart.length;
45188 var modulesPathPart = ts.getModulePathPartByPMType(packageManagerType);45190 var idx = path.lastIndexOf(modulesPathPart);45194 var indexAfterModules = idx + modulesPathPart.length;123197 var modulesPathPart = ts.getModulePathPartByPMType(options.packageManagerType);123202 ts.stringContains(fileName, modulesPathPart)) {124333 …var modulesPathPart = ts.getModulePathPartByPMType((_a = host.options) === null || _a === void 0 ?…124334 if (!originalRealpath || !ts.stringContains(directory, modulesPathPart))124367 …var modulesPathPart = ts.getModulePathPartByPMType((_a = host.options) === null || _a === void 0 ?…124368 if (!ts.stringContains(fileOrDirectoryPath, modulesPathPart))
37081 var modulesPathPart = ts.getModulePathPartByPMType(packageManagerType);37083 var idx = path.lastIndexOf(modulesPathPart);37087 var indexAfterModules = idx + modulesPathPart.length;102245 var modulesPathPart = ts.getModulePathPartByPMType(options.packageManagerType);102250 ts.stringContains(fileName, modulesPathPart)) {103287 …var modulesPathPart = ts.getModulePathPartByPMType((_a = host.options) === null || _a === void 0 ?…103288 if (!originalRealpath || !ts.stringContains(directory, modulesPathPart))103319 …var modulesPathPart = ts.getModulePathPartByPMType((_a = host.options) === null || _a === void 0 ?…103320 if (!ts.stringContains(fileOrDirectoryPath, modulesPathPart))