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

Fix duplicate ast nodes #33

Merged
merged 3 commits into from Oct 21, 2021
Merged

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Oct 20, 2021

This PR bumps @babel/helper-plugin-test-runner to latest version which has included the fix for broken duplicate ast nodes checker. It detects duplicate ast nodes created by bugfix-tagged-template-caching.

Also backed the processed by a weak set so the visited AST nodes can be GC'ed earlier than deallocation of processed.

JLHwung added a commit to JLHwung/babel that referenced this pull request Oct 20, 2021
Copy link
Member

@nicolo-ribaudo nicolo-ribaudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@developit developit merged commit 6d98ebe into babel:master Oct 21, 2021
@developit
Copy link
Member

@JLHwung published as 0.1.5.

@JLHwung JLHwung deleted the fix-duplicate-ast-nodes branch October 21, 2021 17:58
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

3 participants