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
Currently this package only supports renaming classes, but some of our users have requested the ability to rename IDs as well. I suggest adding an ids: boolean | Partial<Options> field, where true indicates that IDs should be renamed using the same logic as classes and Options allows ID renaming to be configured differently than class renaming.
The text was updated successfully, but these errors were encountered:
Currently this package only supports renaming classes, but some of our users have requested the ability to rename IDs as well. I suggest adding an
ids: boolean | Partial<Options>
field, wheretrue
indicates that IDs should be renamed using the same logic as classes andOptions
allows ID renaming to be configured differently than class renaming.The text was updated successfully, but these errors were encountered: