Skip to content

feat: hide several --unstable-* flags #25378

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

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

bartlomieju
Copy link
Member

This commit hides following unstable flags:

  • --unstable-ffi (the API is now stable)
  • --unstable-webgpu (this API is now stable)
  • --unstable-fs (no more unstable APIs)
  • --unstable-byonm (BYONM is on by default)

The flags are still parseable, but they are not used. Concrete cleanup
will be done in a follow up PR.

@bartlomieju
Copy link
Member Author

Actually, maybe I should remove parsing of these flags in this PR?

@bartlomieju bartlomieju merged commit b9b4b0d into denoland:main Sep 3, 2024
17 checks passed
@bartlomieju bartlomieju deleted the hide_some_unstable_flags branch September 3, 2024 09:11
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.

2 participants