feat(transformer): add StatementInjectorStore::move_insertions method#9951
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 #9951 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
Dunqing
left a comment
There was a problem hiding this comment.
This is what I was thinking about API!
|
I'm not sure if this is the best way or not. But... it works! If we're going with this, I guess we should probably go through all the other transforms and insert a call to |
Merge activity
|
0fe2d0c to
ffd4d13
Compare
9bdd489 to
af78acb
Compare

Introduce a new method on
StatementInjectorStoreto move any injections attached to one statement to another statement. This is used in #9952.