Skip to content

navigationBar: Avoid double recursion on special property assignment #25077

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
1 commit merged into from
Jun 20, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jun 19, 2018

Fixes the navtree issue from #24999.

Without this change, b would appear as both a top-level export and as a child of a, and then c would appear as a top-level export, a child of a, and a child of both bs, meaning an exponential blowup.

@ghost ghost force-pushed the navbarNestedCommonJsExports branch from 9e42eb8 to 775d32a Compare June 19, 2018 20:43
@ghost ghost merged commit f3e2e89 into master Jun 20, 2018
@ghost ghost deleted the navbarNestedCommonJsExports branch June 20, 2018 19:57
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.

1 participant