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(@formatjs/swc-plugin-experimental): visit JSX nested within the call expression #4111

Merged
merged 1 commit into from
May 22, 2023

Conversation

pyrocat101
Copy link
Member

The original Rust implementation does not visit the children of the call expression, as was discovered in #3589 (comment). This PR fixes that.

@pyrocat101 pyrocat101 merged commit 0d73ea7 into main May 22, 2023
1 check passed
@pyrocat101 pyrocat101 deleted the swcVisitorBugRepro3589 branch May 22, 2023 03:38
unional pushed a commit to unional/formatjs that referenced this pull request Jun 7, 2023
…all expression (formatjs#4111)

The original Rust implementation does not visit the children of the call expression, as was discovered in formatjs#3589 (comment). This PR fixes that.
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