Skip to content

Fix typedef parsing issue #9565

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

Merged
merged 2 commits into from
Jul 8, 2016
Merged

Conversation

zhengbli
Copy link
Contributor

@zhengbli zhengbli commented Jul 7, 2016

There is a bug where the children JSDoc tag nodes of @typedef tag are parsed and added to the tree twice, once as the children nodes of the @typedef tag, and again as the children nodes of the top level JSDocComment node. This PR fixes the issue.

@zhengbli zhengbli force-pushed the fixTypedefParsingIssue branch from d2b4f1c to ebc75a2 Compare July 8, 2016 17:02
@mhegazy
Copy link
Contributor

mhegazy commented Jul 8, 2016

👍

@zhengbli zhengbli merged commit 81e8840 into microsoft:master Jul 8, 2016
@zhengbli zhengbli deleted the fixTypedefParsingIssue branch July 8, 2016 19:51
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 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.

3 participants