0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-25 06:32:41 -05:00
denoland-deno/tools/node_compat/TODO.md
Nathan Whitaker 0a5e4cb233
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.
2024-04-11 10:31:49 +05:30

403 KiB

Remaining Node Tests

NOTE: This file should not be manually edited. Please edit tests/node_compat/config.json and run deno task setup in tools/node_compat dir instead.