1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-06 06:19:05 -05:00
denoland-deno/ext
David Sherret 59fbdc4a93 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-11 17:26:25 -04:00
..
broadcast_channel 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
cache 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
console 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
crypto 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
fetch 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
ffi 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
fs refactor(ext/fs): boxed deno_fs::FileSystem (#18945) 2023-05-11 17:26:25 -04:00
http 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
io refactor(ext/fs): boxed deno_fs::FileSystem (#18945) 2023-05-11 17:26:25 -04:00
kv 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
napi 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
net 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
node 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
tls 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
url 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
web 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
webidl 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
websocket 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00
webstorage 1.33.2 (#18988) 2023-05-04 16:39:05 +02:00