Home
last modified time | relevance | path

Searched refs:nodeModulesPathPart (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/server/
DmoduleSpecifierCache.ts28 …t nodeModulesPath = p.path.substring(0, p.path.indexOf(nodeModulesPathPart) + nodeModulesPathPart.…
Dsession.ts1375 …pm(project.getCompilationSettings().packageManagerType) ? ohModulesPathPart : nodeModulesPathPart);
1376 …if (nodeModulesPathParts && fileName.lastIndexOf(nodeModulesPathPart) === nodeModulesPathParts.top…
/third_party/typescript/src/services/
DexportInfoMap.ts97 …rentProgram()?.getCompilerOptions().packageManagerType) ? ohModulesPathPart : nodeModulesPathPart);
105 … const prevDeepestNodeModulesIndex = prevDeepestNodeModulesPath.indexOf(nodeModulesPathPart);
/third_party/typescript/src/compiler/
DohApi.ts130 return isOhpm(packageManagerType) ? ohModulesPathPart : nodeModulesPathPart
DmoduleSpecifiers.ts753 …dulePathParts(path, isOhpm(options.packageManagerType) ? ohModulesPathPart : nodeModulesPathPart)!;
DmoduleNameResolver.ts1515 export const nodeModulesPathPart = "/node_modules/"; constant
1519 return stringContains(path, nodeModulesPathPart);
Dprogram.ts1470 …ptions.preserveSymlinks || (!stringContains(file.originalFileName, nodeModulesPathPart) && !string…
/third_party/typescript/lib/
Dtsc.js37202 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);
DtypingsInstaller.js45306 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);