1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Marvin Hagemeister 95d7375d05
fix(node/fs/promises): watch should be async iterable (#24805)
The way `fs.watch` works is different in `node:fs/promises` than
`node:fs`. It has a different function signature and it returns an async
iterable instead, see
https://nodejs.org/api/fs.html#fspromiseswatchfilename-options

Fixes https://github.com/denoland/deno/issues/24661

(cherry picked from commit 9e6288ec61)
2024-07-31 20:27:13 +02:00
..
broadcast_channel 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
cache 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
canvas 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
console 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
cron 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
crypto 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
fetch chore: upgrade to rust 1.80 (#24778) 2024-07-31 20:26:27 +02:00
ffi chore: upgrade to rust 1.80 (#24778) 2024-07-31 20:26:27 +02:00
fs 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
http fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698) 2024-07-31 20:26:17 +02:00
io 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
kv 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
napi 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
net 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
node fix(node/fs/promises): watch should be async iterable (#24805) 2024-07-31 20:27:13 +02:00
node_resolver fix(compile/windows): handle cjs re-export of relative path with parent component (#24795) 2024-07-31 20:27:00 +02:00
tls 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
url 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
web perf(ext/node): improve Buffer from string performance (#24567) 2024-07-31 20:26:53 +02:00
webgpu chore: upgrade to rust 1.80 (#24778) 2024-07-31 20:26:27 +02:00
webidl 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
websocket 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00
webstorage 1.45.4 (#24751) 2024-07-26 12:38:02 -04:00