1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/fs
denobot 5be97b7584
1.33.4 (#19180)
Bumped versions for 1.33.4

Please ensure:
- [x] Target branch is correct (`vX.XX` if a patch release, `main` if
minor)
- [x] Crate versions are bumped correctly
- [x] deno_std version is incremented in the code (see
`cli/deno_std.rs`)
- [x] Releases.md is updated correctly (think relevancy and remove
reverts)

To make edits to this PR:
```shell
git fetch upstream release_1_33.4 && git checkout -b release_1_33.4 upstream/release_1_33.4
```

cc @levex

---------

Co-authored-by: levex <levex@users.noreply.github.com>
Co-authored-by: Levente Kurusa <lkurusa@kernelstuff.org>
2023-05-18 18:21:18 +02:00
..
30_fs.js refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
Cargo.toml 1.33.4 (#19180) 2023-05-18 18:21:18 +02:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00
interface.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-11 17:26:30 -04:00
lib.rs refactor: prefix ops w/ crate they are defined in (#19044) 2023-05-11 17:26:27 -04:00
ops.rs fix(ext/fs): add more context_path (#19101) 2023-05-11 19:46:20 -04:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19056) 2023-05-18 17:05:01 +02:00
sync.rs refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-11 17:26:26 -04:00

deno_fs

This crate provides ops for interacting with the file system.