We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a6b88 commit 431a035Copy full SHA for 431a035
src/compiler/program.ts
@@ -3756,11 +3756,7 @@ namespace ts {
3756
}
3757
3758
function handleDirectoryCouldBeSymlink(directory: string) {
3759
-<<<<<<< HEAD
3760
if (!host.getResolvedProjectReferences() || containsIgnoredPath(directory)) return;
3761
-=======
3762
- if (!host.getResolvedProjectReferences() && !pathContainsPnpmDirectory(directory)) return;
3763
->>>>>>> 5abd4628af... Create symlink cache when a pnpm module is found
3764
3765
// Because we already watch node_modules, handle symlinks in there
3766
if (!originalRealpath || !stringContains(directory, nodeModulesPathPart)) return;
tests/cases/fourslash/server/autoImportProviderPnpm.ts
0 commit comments