Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts590 …function getModulePathParts(fullPath: string, modulesPathPart: string): ModulePathParts | undefine…
616 if (fullPath.indexOf(modulesPathPart, partStart) === partStart) {
633 if (fullPath.indexOf(modulesPathPart, partStart) === partStart) {
DmoduleNameResolver.ts1059 … const modulesPathPart = isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart; constant
1061 const idx = path.lastIndexOf(modulesPathPart);
1066 const indexAfterModules = idx + modulesPathPart.length;
Dprogram.ts2544 …const modulesPathPart: string = isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModul… constant
2549 stringContains(fileName, modulesPathPart)) {
3808 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
3809 if (!originalRealpath || !stringContains(directory, modulesPathPart)) return;
3841 …const modulesPathPart = isOhpm(host.options?.packageManagerType) ? ohModulesPathPart : nodeModules… constant
3842 if (!stringContains(fileOrDirectoryPath, modulesPathPart)) return false;