You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit hesitant about this since many cloud providers disable code generation from strings when you actually deploy the code to the cloud - even though it works when you run it locally.
It might be confusing for users to see something marked as supported, but it's not always true depending where the code runs.
That's exactly why I think it should be listed as "not supported" for any cloud provider that forbids it on production servers, to differentiate from runtimes like Node that fully support it (and I assume Bun/Deno, although I haven't explicitly checked)
Netlify and Deno Deploy do support it when deployed as well as locally. It would be an annoying one though as it would need lots of special-casing. I'm assuming there isn't a BCD test for it
I was not able to find this in the list of features, and I know that some do and others don't support it, so it would be good to add it in 🙏🏽
The text was updated successfully, but these errors were encountered: