-
-
Notifications
You must be signed in to change notification settings - Fork 755
feat(ast)!: Add raw property to JSXText node
#9641
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
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
CodSpeed Performance ReportMerging #9641 will not alter performanceComparing Summary
|
|
After some research, I finally conclude that this is not as simple as just adding a property. I will write a summary as a topic later. => #9667 |
|
I've re-opened as adding the |
93ab87f to
81c93a1
Compare
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
I've pushed 1 commit with a small fix. I think this is good to go now. |
raw property to JSXText noderaw property to JSXText node
|
@overlookmotel Thank you for taking this over! BTW, this code was just copied from oxc/crates/oxc_parser/src/js/expression.rs Line 401 in 7de20bf
|
|
No thank you for your work on fixing the JS-side AST.
Thanks for pointing that out. #9737. |


I happened to find this while trying out https://github.com/leaysgur/prettier-plugin-oxc .
Does it make sense to add?