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
From comments left on #808, we should type and possibly refactor the moveSpecifiers helper. Reason for refactoring it would be that it may make it easier to implement types, but also because right now it cannot be used inline (e.g. call the helper as part of some other logic) -- it has to be the only logic for a codemod due to it being passed to the create method that gets exported from a codemod file.
The text was updated successfully, but these errors were encountered:
From comments left on #808, we should type and possibly refactor the moveSpecifiers helper. Reason for refactoring it would be that it may make it easier to implement types, but also because right now it cannot be used inline (e.g. call the helper as part of some other logic) -- it has to be the only logic for a codemod due to it being passed to the
create
method that gets exported from a codemod file.The text was updated successfully, but these errors were encountered: