Skip to content

Avoid climbing ancestors in getAnyImportSyntax#17832

Merged
1 commit merged into
masterfrom
anyImportSyntax
Aug 29, 2017
Merged

Avoid climbing ancestors in getAnyImportSyntax#17832
1 commit merged into
masterfrom
anyImportSyntax

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 16, 2017

Usually a node does not have an import declaration as its ancestor. A findAncestor call like this will hurt performance as it makes us climb to the root node most of the time. (See #17831)

@ghost ghost requested a review from sandersn August 29, 2017 14:49
@ghost ghost merged commit 78524c1 into master Aug 29, 2017
@ghost ghost deleted the anyImportSyntax branch August 29, 2017 16:42
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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.

2 participants