deno/cli/args
David Sherret b8a9a4a862
Revert "feat: warn when using --allow-run with no allow list" (#26021)
Although using `--allow-run` without an allow list gives basically no
security, I think we should remove this warning because it gets in the
way and the only way to disable it is via --quiet.
2024-10-04 08:16:35 +01:00
..
deno_json.rs BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
flags_net.rs refactor(permissions): remove FromStr implementations, add ::parse methods (#25473) 2024-09-06 11:28:53 +02:00
flags.rs feat(permissions): allow importing from cdn.jsdelivr.net by default (#26013) 2024-10-03 10:05:46 +00:00
import_map.rs refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
lockfile.rs feat(byonm): support deno run npm:<package> when package is not in package.json (#25981) 2024-10-02 21:17:39 +01:00
mod.rs Revert "feat: warn when using --allow-run with no allow list" (#26021) 2024-10-04 08:16:35 +01:00
package_json.rs fix: remove recently added deno.json node_modules aliasing (#25542) 2024-09-09 20:19:29 +00:00