Skip to content

Limitations

FlagLint is intentionally narrow.

  • Browser SDKs (launchdarkly-js-client-sdk).
  • React SDK patterns (hooks, HOC, provider) are detected for manual review but are outside auto-migration scope — the migrator only transforms Node server SDK calls.
  • Non-Node SDKs.
  • Non-LaunchDarkly providers.
  • Runtime-only flag key construction that cannot be resolved statically.

FlagLint does not query LaunchDarkly and does not identify production-stale flags. It cannot know flag age, owner, evaluation history, environment configuration, or production usage.

FlagLint does not insert provider setup files or remove LaunchDarkly dependencies. Existing LaunchDarkly dependencies remain needed while the LaunchDarkly OpenFeature provider is used.