mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
cf49599359
This commit improves permission prompts by adding an option to print a full trace of where the permissions is being requested. Due to big performance hint of stack trace collection, this is only enabled when `DENO_TRACE_PERMISSIONS` env var is present. Closes https://github.com/denoland/deno/issues/20756 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
30_fs.js | ||
Cargo.toml | ||
clippy.toml | ||
in_memory_fs.rs | ||
interface.rs | ||
lib.rs | ||
ops.rs | ||
README.md | ||
std_fs.rs | ||
sync.rs |
deno_fs
This crate provides ops for interacting with the file system.