1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 17:19:06 -05:00
denoland-deno/ext
Bartek Iwańczuk 913e2875c1
refactor(ext/node): add NodeEnv::Fs associated type (#18484)
This commit adds associated type to "NodeEnv" trait, called "Fs".

The "Fs" type has a trait bound on "NodeFs", which specifies APIs
required for all ops and resolution APIs to function.

A "RealFs" implementation of "NodeFs" is exported from the "deno_node"
crate, that provides a default implementation for the trait.

All code in "deno_node" extension was changed to use the "NodeFs" trait
to handle file system operations, instead of relying on APIs from the
standard library.
2023-03-30 03:20:31 +02:00
..
broadcast_channel chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
cache chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
console chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
crypto fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) 2023-03-28 21:46:48 +09:00
fetch refactor: make version and user_agent &'static str (#18400) 2023-03-23 23:27:58 +01:00
ffi chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
flash chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
fs chore: Improving FS Error Message for op_realpath_sync and op_realpath_async (#18404) 2023-03-26 12:20:51 +03:00
http chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
io fix: Add missing processenv winapi feature to deno_io (#18485) 2023-03-29 01:29:10 +02:00
kv chore(ext/kv): add limits (#18415) 2023-03-25 15:29:36 +08:00
napi chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
net chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
node refactor(ext/node): add NodeEnv::Fs associated type (#18484) 2023-03-30 03:20:31 +02:00
tls chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
url chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
web fix(streams): add support Float64Array to ReadableStreamByobReader (#18188) 2023-03-27 15:28:52 +02:00
webidl chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
websocket chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00
webstorage chore: forward v1.32.1 release commit to main (#18399) 2023-03-23 22:55:23 +01:00