Skip to content

Conversation

JsonFreeman
Copy link
Contributor

Right now resolveImport can resolve the entity name on the RHS of an import. But we only support resolving the whole entity name, not an arbitrary part of it. This change supports resolving an arbitrary part of an entity name. I've rewired resolveImport to call into this helper, and getTypeOfNode calls into it too now. This may be useful for the language service for go-to-definition.

@CyrusNajmabadi
Copy link
Contributor

👍

JsonFreeman added a commit that referenced this pull request Aug 20, 2014
Support resolution of any part of the RHS of an import
@JsonFreeman JsonFreeman merged commit e2071a3 into master Aug 20, 2014
@JsonFreeman JsonFreeman deleted the typeWriter branch August 27, 2014 18:25
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
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.

2 participants