1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/ext
David Sherret 5270c43e41
refactor(ext/fs): boxed deno_fs::FileSystem (#18945)
1. Boxed `File` and `FileSystem` to allow more easily passing this
through the CLI code (as shown within this pr).
2. `StdFileResource` is now `FileResource`. `FileResource` now contains
an `Rc<dyn File>`.
2023-05-04 14:28:42 -04:00
..
broadcast_channel chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
cache chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
console chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
crypto chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
fetch chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
ffi chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
fs refactor(ext/fs): boxed deno_fs::FileSystem (#18945) 2023-05-04 14:28:42 -04:00
http chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
io refactor(ext/fs): boxed deno_fs::FileSystem (#18945) 2023-05-04 14:28:42 -04:00
kv chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
napi chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
net chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
node chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
tls chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
url chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
web chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
webidl chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
websocket chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00
webstorage chore: forward v1.33.2 release commit to main (#18990) 2023-05-04 19:19:35 +02:00