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(parser): fix parse error on JSXText preceded by JSXFragment #262

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

yesmeck
Copy link
Contributor

@yesmeck yesmeck commented Apr 6, 2023

Current implement was unable to parse <div><></>foo</div>, as foo was identified as Identifier.

Current implement was unable to parse `<div><></>foo</div>`, as `foo` was identified as Identifier.
@Boshen Boshen merged commit f9347b5 into oxc-project:main Apr 6, 2023
@Boshen
Copy link
Member

Boshen commented Apr 6, 2023

Thank you! I'm now super interested on what you're working on 😃

@yesmeck yesmeck deleted the fix-jsx-text-parsing branch April 6, 2023 09:47
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

2 participants