1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext/node
Marvin Hagemeister 9e6288ec61
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
2024-07-31 13:07:49 +02:00
..
benchmarks fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
ops fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
polyfills fix(node/fs/promises): watch should be async iterable (#24805) 2024-07-31 13:07:49 +02:00
build.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
Cargo.toml fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
clippy.toml refactor(ext/fs): deno_fs::FileSystem - conditional Send + Sync (#18993) 2023-05-08 11:02:02 -04:00
global.rs refactor: decouple node resolution from deno_core (#24724) 2024-07-25 19:08:14 -04:00
lib.rs fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
polyfill.rs refactor: decouple node resolution from deno_core (#24724) 2024-07-25 19:08:14 -04:00
README.md chore(ext/node): correct publishing for ext/node (#15461) 2022-08-11 17:25:41 -04:00

deno_node

require and other node related functionality for Deno.