FAQ
Does FlagLint replace LaunchDarkly?
Section titled “Does FlagLint replace LaunchDarkly?”No. LaunchDarkly remains the provider. FlagLint helps move application-facing evaluation calls to OpenFeature.
Does FlagLint delete stale flags?
Section titled “Does FlagLint delete stale flags?”No. FlagLint performs local source analysis and does not prove production staleness or deletion safety.
Does FlagLint support React?
Section titled “Does FlagLint support React?”No. React SDKs, hooks, HOCs, browser SDKs, and non-Node SDKs are outside current detection coverage.
When can --apply rewrite a call?
Section titled “When can --apply rewrite a call?”Only when the LaunchDarkly client, static flag key, value type, fallback, context, and OpenFeature client binding are proven.
Does FlagLint change evaluation context?
Section titled “Does FlagLint change evaluation context?”No. Migrated call sites preserve the existing context expression.