Skip to content

Commit a1d4877

Browse files
committed
fix(ext/node): return real OS file descriptors from node:fs APIs
1 parent 3d05945 commit a1d4877

File tree

19 files changed

+974
-170
lines changed

19 files changed

+974
-170
lines changed

ext/node/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ deno_core::extension!(deno_node,
212212
ops::fs::op_node_statfs_sync,
213213
ops::fs::op_node_statfs,
214214
ops::fs::op_node_file_from_fd,
215+
ops::fs::op_node_dup_fd,
215216
ops::fs::op_node_cp_check_paths_recursive,
216217
ops::fs::op_node_cp_on_file,
217218
ops::fs::op_node_cp_on_link,
@@ -470,6 +471,7 @@ deno_core::extension!(deno_node,
470471
"internal/fs/streams.mjs",
471472
"internal/fs/utils.mjs",
472473
"internal/fs/handle.ts",
474+
"internal/fs/fd_map.ts",
473475
"internal/hide_stack_frames.ts",
474476
"internal/http.ts",
475477
"internal/http2/util.ts",

0 commit comments

Comments
 (0)