Home
last modified time | relevance | path

Searched refs:nodeModulesPath (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/server/
DmoduleSpecifierCache.ts28 …const nodeModulesPath = p.path.substring(0, p.path.indexOf(nodeModulesPathPart) + nodeModulesPathP… constant
29 if (!containedNodeModulesWatchers?.has(nodeModulesPath)) {
31 nodeModulesPath,
32 host.watchNodeModulesForPackageJsonChanges(nodeModulesPath),
/third_party/typescript/src/services/
DexportInfoMap.ts103 … const nodeModulesPath = moduleFile.fileName.substring(0, topLevelPackageNameIndex + 1); constant
107 packages.set(packageName, nodeModulesPath);
111 packages.set(packageName, nodeModulesPath);