-
-
Notifications
You must be signed in to change notification settings - Fork 724
refactor(all): remove binding pattern wierdness #15925
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
base: main
Are you sure you want to change the base?
refactor(all): remove binding pattern wierdness #15925
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
b41648c to
497689d
Compare
| #[generate_derive(CloneIn, Dummy, TakeIn, GetSpan, GetSpanMut, ContentEq, UnstableAddress)] | ||
| pub struct FormalParameterRest<'a> { | ||
| pub span: Span, | ||
| pub rest: BindingRestElement<'a>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: the future, we can remove the alias of BindingRestElement here
CodSpeed Performance ReportMerging #15925 will improve performances by 6.97%Comparing Summary
Benchmarks breakdown
Footnotes
|
fb8fd1d to
a46b36c
Compare
a46b36c to
08589e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
f38c15a to
a4bb016
Compare
camc314
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@overlookmotel I got all of the estree/raw transfer tests to pass, but i'm unconvinced i've done it in the most idomatic way as I am very unfamiliar with the code. please feel free to rewrite it
a4bb016 to
3f8218e
Compare

fixes #11489
estree is failing. need to investigate more this weekend