Use case
Framework
Owner
Statsig/Replace Gate
This codemod replaces Statsig gates with a static value provided by the user. Codemod replaces following SDK calls
checkGate
,useGate
;Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Remove Unused Feature Flags 2
This experimental codemod replaces function calls in a form of
await functionName()
, based on the following arguments:Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
OpenFeature/Replace Feature Flag
This codemod replaces openFeature compatible feature flags with a static value provided by the user.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Netlify/Replace Feature Flag
This codemod replaces feature flags with a static value provided by the user. Codemod replaces
useFlag
hook calls.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Devcycle/Replace Feature Flag
This codemod replaces DevCycle feature flags with a static value provided by the user. It replaces following SDK method calls:
variable
,variableValue
,useVariable
,useDVCVariable
,useVariableValue
.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Remove Unused Feature Flags
This experimental codemod replaces function calls in a for of
await functionName(featureFlagName)
, where:Codemod verified
Regularly tested and maintained by our engineers and codemod expert community