preserveSymlinks: Changes to target module are not propagated to symlink modules #30447
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
TypeScript Version: 3.4.0-dev.20190316
Search Terms:
Description:
I'm not familiar with how
preserveSymlinks
works internally, but it appears that symlink modules are not notified of changes to their target path.My scenario is the following: I'm linking from
node_modules/foo
to a package that exists outside my project's root directory. When I updatefoo/src/index.ts
, my project is not aware until I restart the TS server.Related Issues: None.
The text was updated successfully, but these errors were encountered: