D

i18n/23/i18next-replace-keyswithseparator-with-joinkeys

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

Renaming types or functions can be part of an effort to clarify the library's API, deprecate old functionality, or introduce new features. In this case, KeysWithSeparator has been renamed to JoinKeys. This means wherever KeysWithSeparator was used in the codebase, it needs to be replaced with JoinKeys.

Example

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.