mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
2dfc0aca7c
1. Stops `deno publish` using some custom include/exclude behaviour from other sub commands 2. Takes ancestor directories into account when resolving gitignore 3. Backards compatible change that adds ability to unexclude an exclude by using a negated glob at a more specific level for all sub commands (see https://github.com/denoland/deno_config/pull/44). |
||
---|---|---|
.. | ||
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.