Skip to content

Fix parent points in unreachable code (#27400)#27406

Merged
sandersn merged 1 commit intomasterfrom
fix-parent-pointers-in-unreachable-code
Sep 28, 2018
Merged

Fix parent points in unreachable code (#27400)#27406
sandersn merged 1 commit intomasterfrom
fix-parent-pointers-in-unreachable-code

Conversation

@sandersn
Copy link
Copy Markdown
Member

In the binder, unreachable code mistakenly skips the bindJSDoc call in bindChildrenWorker, which sets parent pointers. The fix is to call bindJSDoc in the case of unreachable code as well.

Port of #27400

In the binder, unreachable code mistakenly skips the `bindJSDoc` call in
`bindChildrenWorker`, which sets parent pointers. The fix is to call
`bindJSDoc` in the case of unreachable code as well.
@sandersn sandersn merged commit 6d92a29 into master Sep 28, 2018
@sandersn sandersn deleted the fix-parent-pointers-in-unreachable-code branch September 28, 2018 15:32
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
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