1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/permission/allow_import
David Sherret a8d1ab5276
fix(flags): --allow-all should conflict with lower permissions (#25909)
Using `--allow-all` with other `--allow-x` permission flags should cause
an error since `--allow-all` is a superset of `--allow-x`.

Closes #25901
2024-09-27 16:49:43 +00:00
..
__test__.jsonc fix(flags): --allow-all should conflict with lower permissions (#25909) 2024-09-27 16:49:43 +00:00
builtin_host.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
cache.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
check.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
compile.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
doc.out fix(doc): surface graph errors as warnings (#25888) 2024-09-26 12:31:03 -04:00
doc.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
doc_allowed.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
info.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
main.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
run.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
serve.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
success.ts fix(flags): --allow-all should conflict with lower permissions (#25909) 2024-09-27 16:49:43 +00:00