We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSXElementName
#5223 altered JSXElementName and the JSON AST (via NAPI) will now be out of line with ESTree. Fix it.
Do this once we've finished all the changes - #5352, #5353.
The text was updated successfully, but these errors were encountered:
JSXIdentifierReference
fix(ast): serialize JSXElementName to estree
6c7bf19
closes #5354
fix(ast): serialize JSXElementName to estree (#5882)
a822c9d
JSXMemberExpressionObject
fix(ast): serialize JSXMemberExpressionObject to estree (#5883)
0d10521
Follow-on after #5882, part of #5354. Make JSON AST ESTree-compatible for: * `<Foo.bar />` * `<this.foo />`
fix(ast): correct TS types for JSX (#5884)
66e919e
Part of #5354. #5882 and #5883 corrected the JSON AST for JSX types to make it ESTree-compatible. Bring the TS types into line with those changes.
Boshen
Successfully merging a pull request may close this issue.
#5223 altered
JSXElementName
and the JSON AST (via NAPI) will now be out of line with ESTree. Fix it.Do this once we've finished all the changes - #5352, #5353.
The text was updated successfully, but these errors were encountered: