Searched refs:nodeModulesPathPart (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/server/ |
| D | moduleSpecifierCache.ts | 28 …t nodeModulesPath = p.path.substring(0, p.path.indexOf(nodeModulesPathPart) + nodeModulesPathPart.…
|
| D | session.ts | 1375 …pm(project.getCompilationSettings().packageManagerType) ? ohModulesPathPart : nodeModulesPathPart); 1376 …if (nodeModulesPathParts && fileName.lastIndexOf(nodeModulesPathPart) === nodeModulesPathParts.top…
|
| /third_party/typescript/src/services/ |
| D | exportInfoMap.ts | 97 …rentProgram()?.getCompilerOptions().packageManagerType) ? ohModulesPathPart : nodeModulesPathPart); 105 … const prevDeepestNodeModulesIndex = prevDeepestNodeModulesPath.indexOf(nodeModulesPathPart);
|
| /third_party/typescript/src/compiler/ |
| D | ohApi.ts | 130 return isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart
|
| D | moduleSpecifiers.ts | 753 …dulePathParts(path, isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModulesPathPart)!;
|
| D | moduleNameResolver.ts | 1515 export const nodeModulesPathPart = "/node_modules/"; constant 1519 return stringContains(path, nodeModulesPathPart);
|
| D | program.ts | 1470 …ptions.preserveSymlinks || (!stringContains(file.originalFileName, nodeModulesPathPart) && !string…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 37202 ts.nodeModulesPathPart = "/node_modules/"; 37204 return ts.stringContains(path, ts.nodeModulesPathPart); 38318 return isOhpm(packageManagerType) ? ts.ohModulesPathPart : ts.nodeModulesPathPart; 101429 ….preserveSymlinks || (!ts.stringContains(file.originalFileName, ts.nodeModulesPathPart) && !ts.str… 106710 …Parts(path, ts.isOhpm(options.packageManagerType) ? ts.ohModulesPathPart : ts.nodeModulesPathPart);
|
| D | typingsInstaller.js | 45306 ts.nodeModulesPathPart = "/node_modules/"; 45309 return ts.stringContains(path, ts.nodeModulesPathPart); 46553 return isOhpm(packageManagerType) ? ts.ohModulesPathPart : ts.nodeModulesPathPart; 122215 ….preserveSymlinks || (!ts.stringContains(file.originalFileName, ts.nodeModulesPathPart) && !ts.str… 128337 …Parts(path, ts.isOhpm(options.packageManagerType) ? ts.ohModulesPathPart : ts.nodeModulesPathPart);
|