1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/runtime/permissions
Matt Mastracci c9a9d040a3
perf(permissions): Fast exit from checks when permission is in "fully-granted" state (#22894)
Skips the access check if the specific unary permission is in an
all-granted state. Generally prevents an allocation or two.

Hooks up a quiet "all" permission that is automatically inherited. This
permission will be used in the future to indicate that the user wishes
to accept all side-effects of the permissions they explicitly granted.

The "all" permission is an "ambient flag"-style permission that states
whether "allow-all" was passed on the command-line.
2024-03-13 14:30:48 -06:00
..
Cargo.toml refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00
lib.rs perf(permissions): Fast exit from checks when permission is in "fully-granted" state (#22894) 2024-03-13 14:30:48 -06:00
prompter.rs feat(core): highlight unprintable chars in permission prompts (#22468) 2024-02-19 04:51:06 +00:00
README.md refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00