1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests
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
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-26 12:04:09 -04:00
ffi chore: update to std@2024.07.19 (#24715) 2024-07-26 12:04:10 -04:00
integration chore: mark upgrade invalid lockfile as flaky (#24760) 2024-07-31 20:26:35 +02:00
napi chore: update to std@2024.07.19 (#24715) 2024-07-26 12:04:10 -04:00
node_compat fix(node/worker_threads): support port.once() (#24725) 2024-07-26 12:04:10 -04:00
registry fix(compile/windows): handle cjs re-export of relative path with parent component (#24795) 2024-07-31 20:27:00 +02:00
specs fix(compile/windows): handle cjs re-export of relative path with parent component (#24795) 2024-07-31 20:27:00 +02:00
testdata fix(publish): workspace included license file had incorrect path (#24747) 2024-07-26 12:04:11 -04:00
unit fix(http): Adjust hostname display for Windows when using 0.0.0.0 (#24698) 2024-07-31 20:26:17 +02:00
unit_node fix(node/fs/promises): watch should be async iterable (#24805) 2024-07-31 20:27:13 +02:00
util chore: upgrade to rust 1.80 (#24778) 2024-07-31 20:26:27 +02:00
wpt chore: update to std@2024.07.19 (#24715) 2024-07-26 12:04:10 -04:00
Cargo.toml chore: upgrade to rust 1.80 (#24778) 2024-07-31 20:26:27 +02:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests