Hacker News new | ask | show | jobs
by papruapap 861 days ago
Agree. This feature just make it worse as a script language, which are supposed to have rapid development.
2 comments

You just add a flag to the command line to give permissions. It won't harm your productivity.
Even without flags, it will ask to allow access interactively instead of silently aborting.
Why? `--allow-all` is the epitome of trivial. You can even wrap the deno executable in a script that passes that to it every time if that's what you really need.
Even better, you can do `-A`
Yes!