-
-
Notifications
You must be signed in to change notification settings - Fork 726
refactor(ast): add AstKind for AssignmentTargetPropertyIdentifier, AssignmentTargetPropertyProperty
#11985
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #11985 will degrade performances by 13.36%Comparing Summary
Benchmarks breakdown
|
6f3b53c to
60e1b29
Compare
dda4a58 to
cfa52c2
Compare
60e1b29 to
40a6a8c
Compare
40a6a8c to
23fd4fb
Compare
camchenry
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.
Looks good. One general comment I have after looking at these rules is that we should come up with some better abstractions for getting/checking ancestor state. Seems like something that shows up in a lot of rules, and is tricky to implement well. I'm sure there's also some perf opportunities there too.
definitly, I think with our codegen, we could also do something like where some enum is correctly narrowed based on the type of the node the |
Merge activity
|
…, `AssignmentTargetPropertyProperty` (#11985)
23fd4fb to
f7a2ae4
Compare

No description provided.