Skip to content

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

Merged
1 commit merged into
masterfrom
importNameCodeFix_avoidRelativeNodeModules
May 29, 2018
Merged

moduleSpecifiers: Don't return a relative path to node_modules#24460
1 commit merged into
masterfrom
importNameCodeFix_avoidRelativeNodeModules

Conversation

@ghost
Copy link
Copy Markdown

@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