4 ms·
Agree. This feature just make it worse as a script language, which are supposed to have rapid development.
by papruapap 3y ago
Agree. This feature just make it worse as a script language, which are supposed to have rapid development.
- Leokuma 3y agoYou just add a flag to the command line to give permissions. It won't harm your productivity.
- Kinrany 3y agoEven without flags, it will ask to allow access interactively instead of silently aborting.
- ravenstine 3y agoWhy? `--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.
- Kyiro 3y agoEven better, you can do `-A`
- ravenstine 3y agoYes!