You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot rename a property without creating destructuring aliases all over my code base, which is madness.
In short I don't know how to refactor this without gimping my code base.
That is why I am reverting to 3.1.6.
The workaround to create an alias manually and renaming the property itsself, like in 3.1, was less work intensive, especially since aliases are more often then not not used.
TypeScript Version: 3.3.0-dev.20190111
Search Terms: property alias rename refactoring destructuring
I cannot rename a property without creating destructuring aliases all over my code base, which is madness.
In short I don't know how to refactor this without gimping my code base.
That is why I am reverting to 3.1.6.
The workaround to create an alias manually and renaming the property itsself, like in 3.1, was less work intensive, especially since aliases are more often then not not used.
TypeScript Version: 3.3.0-dev.20190111
Search Terms: property alias rename refactoring destructuring
Code
Expected behavior:
(after rename)
Actual behavior:
(after rename)
The text was updated successfully, but these errors were encountered: