fix(ast/estree): fix raw transfer deserializer for AssignmentTargetPropertyIdentifier#15304
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 Performance ReportMerging #15304 will not alter performanceComparing Summary
Footnotes
|
Merge activity
|
…ropertyIdentifier` (#15304) 1. Tiny bug fix - make sure `range` arrays for `key` and `value` are independent objects, so mutating one doesn't mutate the other. 2. Perf optimization - remove usage of `...` spread, which is expensive.
9a8e54d to
a7cf856
Compare
2b1f9b5 to
7f079ab
Compare

rangearrays forkeyandvalueare independent objects, so mutating one doesn't mutate the other....spread, which is expensive.