Skip to content

Commit d4d92d0

Browse files
committed
docs(flags): refresh lifecycle TODO anchor
1 parent 0a91e7e commit d4d92d0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/core/src/flags/FlagsClient.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,16 @@ type LoadedConfigurationState =
9393

9494
// TODO(FFL-2837): Delete this legacy `rulesBased` compatibility shape after a
9595
// flagging-core release contains DataDog/openfeature-js-client#344 through
96-
// `82bfc2e`. Read
96+
// `939da97`. The final post-rebase commits change generated Node-server artifacts
97+
// and browser test isolation only. Read
9798
// `configuration.rules.response` directly. The configuration is already parsed
9899
// from the complete portable envelope. Do not add raw-service-response handling
99100
// or envelope construction to `FlagsClient`. PR #344 moves parsing to
100101
// `@datadog/flagging-core/configuration`; keep that opt-in import in the local
101102
// wire module and keep `FlagsClient` independent of the parser and Protobuf-ES.
102103
// Keep `configurationError`, `rulesError`, `precomputedError`, and
103104
// `precomputed.flagErrors` when the released type provides them. PR #336 through
104-
// `4d0f24e` now selects valid matching precomputed data, then valid rules, before
105+
// `6d3d6a4` selects valid matching precomputed data, then valid rules, before
105106
// it returns an applicable parse error. Keep these separate paths for the native
106107
// precomputed cache and tracking behavior, but use the same capability and error
107108
// precedence. Replace compatible lifecycle checks with the upstream

0 commit comments

Comments
 (0)