feat(ast): add AstBuilder::*_with_pure etc methods#9417
Merged
graphite-app[bot] merged 1 commit intomainfrom Mar 4, 2025
Merged
feat(ast): add AstBuilder::*_with_pure etc methods#9417graphite-app[bot] merged 1 commit intomainfrom
AstBuilder::*_with_pure etc methods#9417graphite-app[bot] merged 1 commit intomainfrom
Conversation
AstBuilder::*_with_pure etc methods
Member
Author
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. |
CodSpeed Performance ReportMerging #9417 will not alter performanceComparing Summary
|
35b6fb3 to
5c54b9c
Compare
6cab457 to
5042261
Compare
Member
Author
|
I've discussed this PR with @overlookmotel last week, this is nice to have. So it is ok to merge without overlookmotel approval. Feel free to polish it later |
Contributor
Merge activity
|
Same as #6760. This PR aims to add a series of `expression_*_with_*` methods to solve https://github.com/oxc-project/oxc/blob/e7e4902617961f9d69039a1fefb278701e43bc94/crates/oxc_transformer/src/common/arrow_function_converter.rs#L651-L664
5042261 to
59a9f1d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Same as #6760. This PR aims to add a series of
expression_*_with_*methods to solveoxc/crates/oxc_transformer/src/common/arrow_function_converter.rs
Lines 651 to 664 in e7e4902