summaryrefslogtreecommitdiff
path: root/tools/core_import_map.json
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-04-01 20:42:49 -0700
committerGitHub <noreply@github.com>2024-04-01 20:42:49 -0700
commit7ad76fd453972e9262985c61840c77b8b8a6dbb7 (patch)
treea97eb0a22d7931ff9ac161f9be97e1faf1358547 /tools/core_import_map.json
parentca5e5c7e9c8bb68beb751c25f2f08f18a59cd76e (diff)
fix(ext/node): Add fs.readv, fs.readvSync (#23166)
Part of #18218. Implements `fs.readv` and `fs.readvSync` and enables the corresponding `node_compat` tests.
Diffstat (limited to 'tools/core_import_map.json')
-rw-r--r--tools/core_import_map.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/core_import_map.json b/tools/core_import_map.json
index 9e70f52f7..078808aa0 100644
--- a/tools/core_import_map.json
+++ b/tools/core_import_map.json
@@ -32,6 +32,7 @@
"ext:deno_node/_fs/_fs_mkdir.ts": "../ext/node/polyfills/_fs/_fs_mkdir.ts",
"ext:deno_node/_fs/_fs_open.ts": "../ext/node/polyfills/_fs/_fs_open.ts",
"ext:deno_node/_fs/_fs_read.ts": "../ext/node/polyfills/_fs/_fs_read.ts",
+ "ext:deno_node/_fs/_fs_readv.ts": "../ext/node/polyfills/_fs/_fs_readv.ts",
"ext:deno_node/_fs/_fs_stat.ts": "../ext/node/polyfills/_fs/_fs_stat.ts",
"ext:deno_node/_fs/_fs_watch.ts": "../ext/node/polyfills/_fs/_fs_watch.ts",
"ext:deno_node/_fs/_fs_write.mjs": "../ext/node/polyfills/_fs/_fs_write.mjs",