Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for npm linking dependencies #141

Merged
merged 1 commit into from
Jan 20, 2016
Merged

Conversation

jbrantly
Copy link
Member

This fixes #134 by no longer using getScriptSnapshot in the ModuleResolutionHost. The issue with getScriptSnapshot is that it adds found files to the program cache which can cause discrepancies between the real path of the module and the symlink (webpack returns the real path, typescript finds and returns the symlink).

jbrantly added a commit that referenced this pull request Jan 20, 2016
Fix support for `npm link`ing dependencies
@jbrantly jbrantly merged commit e444bac into master Jan 20, 2016
@johnnyreilly johnnyreilly deleted the fix-symbolic-link branch July 13, 2017 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using npm linked dependency
1 participant