0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 10:06:23 -05:00
denoland-deno/ext
Luca Casonato e9f41bed23 refactor(ext/fs): abstract FS via FileSystem trait (#18599)
This commit abstracts out the specifics of the underlying system calls
FS operations behind a new `FileSystem` and `File` trait in the
`ext/fs` extension.

This allows other embedders to re-use ext/fs, but substituting in a
different FS backend.

This is likely not the final form of these traits. Eventually they will
be entirely `deno_core::Resource` agnostic, and will live in a seperate
crate.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-04-12 15:52:08 +02:00
..
broadcast_channel 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
cache fix(ext/cache): cache.put overwrites previous call (#18649) 2023-04-12 15:52:08 +02:00
console chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
crypto chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fetch refactor: remove remaining references to "flash" server (#18580) 2023-04-12 15:49:39 +02:00
ffi chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fs refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:52:08 +02:00
http perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-12 15:49:40 +02:00
io refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:52:08 +02:00
kv fix(ext/kv): keys must be arrays (#18655) 2023-04-12 15:52:08 +02:00
napi 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
net 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
node refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, randomFillSync (#18658) 2023-04-12 15:52:08 +02:00
tls 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
url 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
web Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572) 2023-04-12 15:44:00 +02:00
webidl chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
websocket perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-12 15:49:40 +02:00
webstorage 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00