Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Meta: Improve DX when features are not yet finalized - #6610

Merged
fregante merged 1 commit into
mainfrom
dx
May 4, 2023
Merged

fregante merged 1 commit into
mainfrom
dx

Conversation

@fregante

@fregante fregante commented May 4, 2023

Copy link
Copy Markdown
Member

@fregante fregante added the meta Related to Refined GitHub itself label May 4, 2023
@fregante
fregante merged commit 2c84aa8 into main May 4, 2023
@fregante
fregante deleted the dx branch May 4, 2023 09:35
// Skip disabled features, unless the feature is private
// Must check if it's specifically `false`: It could be undefined if not yet in the readme or if misread from the entry point #6606
// eslint-disable-next-line @typescript-eslint/no-unnecessary-boolean-literal-compare
if (options[`feature:${id}`] === false && !id.startsWith('rgh')) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, the second after I merged I realized that the second condition is no longer necessary 😅

This won't happen anyway:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Related to Refined GitHub itself

Development

Successfully merging this pull request may close these issues.

Creating feature for the first time

1 participant