1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Luca Casonato f90caa821c
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:13:32 +02:00
..
broadcast_channel chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
cache fix(ext/cache): cache.put overwrites previous call (#18649) 2023-04-12 11:25:19 +05:30
console chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
crypto chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
fetch refactor: remove remaining references to "flash" server (#18580) 2023-04-04 12:37:56 +02:00
ffi feat(ext/ffi): support marking symbols as optional (#18529) 2023-04-03 21:32:21 +03:00
fs refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:13:32 +02:00
http perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-06 18:44:31 +05:30
io refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:13:32 +02:00
kv fix(ext/kv): keys must be arrays (#18655) 2023-04-11 14:36:01 +00:00
napi chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
net chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
node refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, randomFillSync (#18658) 2023-04-12 02:57:57 +02:00
tls chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00
url feat(ext/url): URL.canParse (#18286) 2023-04-04 13:34:12 +02:00
web Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572) 2023-04-03 21:05:39 +09:00
webidl chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-02 19:41:41 +02:00
websocket perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-06 18:44:31 +05:30
webstorage chore: forward v1.32.3 release commit to main (#18561) 2023-04-01 20:27:53 -04:00