Skip to content

How to run a script on deno deploy with --unstable and --no-check flags? #13607

Answered by kitsonk
l3onh4rd asked this question in Q&A
Discussion options

You must be logged in to vote

You should ask this at: https://github.com/denoland/deploy_feedback/issues

But there is no type checking that occurs on Deploy so --no-check is meaningless. If you are trying to access unstable APIs without feature detecting them on Deploy, the code is simply unsupported. There is no concept of an --unstable flag.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@l3onh4rd
Comment options

Answer selected by l3onh4rd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants