1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-05 13:59:01 -05:00
denoland-deno/runtime/permissions
Lucas Nogueira ee35b9d28e
feat(permissions): expose PermissionPrompter and set_prompter function (#26327)
when defining a custom runtime, it might be useful to define a custom
prompter - for instance when you are not relying on the terminal and
want a GUI prompter instead
2024-10-18 01:05:02 +02:00
..
Cargo.toml 2.0.1 (#26335) 2024-10-17 00:42:35 +02:00
clippy.toml refactor(permissions): remove FromStr implementations, add ::parse methods (#25473) 2024-09-06 11:28:53 +02:00
lib.rs feat(permissions): expose PermissionPrompter and set_prompter function (#26327) 2024-10-18 01:05:02 +02:00
prompter.rs feat(permissions): expose PermissionPrompter and set_prompter function (#26327) 2024-10-18 01:05:02 +02:00
README.md refactor: add deno_permissions crate (#22236) 2024-03-12 10:42:26 -07:00