Skip to content

feat: add rolldown-vite features #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

btea
Copy link
Collaborator

@btea btea commented Jun 9, 2025

Description

close #756

@btea btea requested review from cexbrayat and haoqunjiang June 10, 2025 04:34
@@ -76,6 +77,20 @@ const FEATURE_OPTIONS = [
value: 'prettier',
label: language.needsPrettier.message,
},
{
value: 'experimental-features',
label: language.needsExperimental.message,
Copy link
Member

@haoqunjiang haoqunjiang Jun 12, 2025

Choose a reason for hiding this comment

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

I prefer not to make "Enable experimental features" itself a feature selection.
Just looking at this description will not provide users with enough knowledge about the possible experimental features to make an informed decision.

So, let's just ask all the users about the experimental features. As long as the default is none, it won't disrupt the workflow.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Does oxlint keep the original logic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New experiemental flag: Use Rolldown-Vite
3 participants