Skip to content

Commit

Permalink
Add default values to feature flags
Browse files Browse the repository at this point in the history
This changes adds default values to feature flags. These default values
will be used whenever the full set of feature flags are not available
(for example on GHES or if the flag request fails).

The goal is to enable cli config parsing on GHES without removing the
feature flag on dotcom.
  • Loading branch information
aeisenberg committed Mar 8, 2023
1 parent e4b846c commit 0c27d0d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 32 deletions.
15 changes: 10 additions & 5 deletions lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions lib/feature-flags.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c27d0d

Please sign in to comment.