Skip to content
Snippets Groups Projects
Commit fc4c9baf authored by Paul Gschwendtner's avatar Paul Gschwendtner Committed by Andrew Kushnir
Browse files

refactor(migrations): use import manager in signal input migration (#57318)

Instead of fiddling manually with the imports, which worked well, but
comes at a cost of complexity— we are now using the canonical import
manager. This simplifies deletion, insertion and updating of imports.

Notably, our import manager is not super great at preserving whitespaces
right now, but we assume a formatter runs over migrated code anyway.

PR Close #57318
parent 62ec4675
No related merge requests found
Showing with 142 additions and 159 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment