1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 23:19:55 -05:00
denoland-deno/cli/tests
Asher Gomez c18e0d1d37
feat(permissions): grant all permission for a group in permission prompt (#17140)
This commit adds new "A" option to the interactive permission prompt, that will
allow all subsequent permissions for given group (domain). Ie. when querying for
permissions to access eg. env variables responding with "A" will allow access
to all environmental variables.

This works for all permission domains and should make permission prompts
more ergonomic for users.
2023-02-22 23:02:10 +01:00
..
integration feat(permissions): grant all permission for a group in permission prompt (#17140) 2023-02-22 23:02:10 +01:00
node_compat fix(ext/node): fix node stream (#17874) 2023-02-22 23:30:58 +09:00
testdata feat(permissions): grant all permission for a group in permission prompt (#17140) 2023-02-22 23:02:10 +01:00
unit feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) 2023-02-22 19:32:38 +02:00
unit_node perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00