Skip to content

moduleSpecifiers: Don't return a relative path to node_modules #24460

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

Merged
1 commit merged into from
May 29, 2018

Conversation

ghost
Copy link

@ghost ghost commented May 29, 2018

Fixes #19108

No longer tries to generate paths like ../foo/node_modules/bar/index.d.ts in tryGetModuleNameAsNodeModule (which was being assigned to const global, so this ought to return a global import).
Also, if at least one global specifier is available, use that and don't continue looking for local specifiers.

@ghost ghost requested a review from amcasey May 29, 2018 17:49
@ghost ghost force-pushed the importNameCodeFix_avoidRelativeNodeModules branch from 9556d3a to c6b0f3b Compare May 29, 2018 17:58
@ghost ghost merged commit 8bc1932 into master May 29, 2018
@ghost ghost deleted the importNameCodeFix_avoidRelativeNodeModules branch May 29, 2018 19:40
@microsoft microsoft locked and limited conversation to collaborators Jul 31, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant