Ddfordp

i18n/23/remove-options

No description available

i18nbreaking changesv22.x.x to v23.0.0Removing NormalizeByTypeOptions type.
Public
10 executions

Run locally

npx codemod i18n/23/remove-options

Modification of the InterpolationOptions type. In version 23.0.0, the ns property within InterpolationOptions is now constrained to be of type Namespace instead of being a string or a readonly string[]. This change requires you to adjust your code accordingly.

Before

ts

After

ts

,This codemod turns X into Y. It also does Z.
Note: this is a contrived example. Please modify it.

Before

ts

After

ts

,This codemod turns X into Y. It also does Z.
Note: this is a contrived example. Please modify it.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.