1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/fs
denobot 4b645676d6
chore: forward v1.33.2 release commit to main (#18990)
**THIS PR HAS GIT CONFLICTS THAT MUST BE RESOLVED**

This is the release commit being forwarded back to main for 1.33.2

Please ensure:
- [x] Everything looks ok in the PR
- [x] The release has been published

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

Don't need this PR? Close it.

cc @levex

Co-authored-by: levex <levex@users.noreply.github.com>
Co-authored-by: Levente Kurusa <lkurusa@kernelstuff.org>
2023-05-04 19:19:35 +02:00
..
30_fs.js refactor: migrate async ops to generated wrappers (#18937) 2023-05-01 17:40:00 +02:00
Cargo.toml chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
clippy.toml refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:13:32 +02:00
interface.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
lib.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
ops.rs chore(ext/fs): decouple fs trait from deno_core (#18732) 2023-04-17 16:10:59 +02:00
README.md refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
std_fs.rs fix(npm): canonicalize filename before returning (#18948) 2023-05-02 02:35:33 +02:00

deno_fs

This crate provides ops for interacting with the file system.