Skip to content
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

Handle PropertyAssignment in getCommentOwnerInfo #25911

Merged
1 commit merged into from
Jul 25, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jul 24, 2018

Fixes #25783

View diff with https://github.com/Microsoft/TypeScript/pull/25911/files?w=1 -- needed to move the loop body to a function so it could call itself once (rather than recursing to the loop, which would infinitely recurse since the initializer's parent is the PropertyAssignment)

@ghost ghost requested a review from uniqueiniquity July 25, 2018 00:20
@ghost ghost merged commit e4d4b0a into master Jul 25, 2018
@ghost ghost deleted the commentOwner_propertyAssignment branch July 25, 2018 00:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant