Home
last modified time | relevance | path

Searched refs:modulesPathPart (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts2925 … const modulesPathPart: string = getModulePathPartByPMType(options.packageManagerType); constant
2930 stringContains(fileName, modulesPathPart)) {
4229 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant
4230 if (!originalRealpath || !stringContains(directory, modulesPathPart)) return;
4262 const modulesPathPart = getModulePathPartByPMType(host.options?.packageManagerType); constant
4263 if (!stringContains(fileOrDirectoryPath, modulesPathPart)) return false;
DmoduleNameResolver.ts1533 const modulesPathPart = getModulePathPartByPMType(packageManagerType); constant
1535 const idx = path.lastIndexOf(modulesPathPart);
1540 const indexAfterModules = idx + modulesPathPart.length;
/third_party/typescript/lib/
DtypingsInstaller.js45188 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))
Dtsc.js37081 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))