- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 78
Need a way to set flags for Deno #205
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
Comments
Here's a link to the list of unstable Deno features: https://docs.deno.com/runtime/manual/tools/unstable_flags Examples include |
hey there, not sure if this is the right place, but Is there any way to set deno flags while starting supabase in local with I want to pass |
@JayMGurav Supabse discussions would be more appropriate for you question. |
Hello everyone 😁 The edge runtime (or Edge Functions) runs multiple/various user functions within the single process. Unfortunately, we should mark this issue as a wonfix 🥲 However, the good news is that We're working on bringing Deno v2 to edge runtime, and we currently have a few tests left to ensure it works correctly and will be doing public testing after that. Thank you! |
Bug report
Describe the bug
Some Deno features are locked behind an
--unstable
flag. There doesn't seem to be a way to set it for edge functions.This is a recreated issue that was registered for supabase CLI: supabase/cli#1139
To Reproduce
Unable to use
Deno.createHttpClient()
because it's behind an--unstable
flag. When serving the function the function is said to be missing.Expected behavior
A way to set Deno flags or support for unstable features.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
The text was updated successfully, but these errors were encountered: