diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-04-01 20:42:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 20:42:49 -0700 |
| commit | 7ad76fd453972e9262985c61840c77b8b8a6dbb7 (patch) | |
| tree | a97eb0a22d7931ff9ac161f9be97e1faf1358547 /tools/node_compat | |
| parent | ca5e5c7e9c8bb68beb751c25f2f08f18a59cd76e (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/node_compat')
| -rw-r--r-- | tools/node_compat/TODO.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/node_compat/TODO.md b/tools/node_compat/TODO.md index 3d8306988..ae3e184be 100644 --- a/tools/node_compat/TODO.md +++ b/tools/node_compat/TODO.md @@ -813,8 +813,6 @@ NOTE: This file should not be manually edited. Please edit `tests/node_compat/co - [parallel/test-fs-readlink-type-check.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-readlink-type-check.js) - [parallel/test-fs-readv-promises.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-readv-promises.js) - [parallel/test-fs-readv-promisify.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-readv-promisify.js) -- [parallel/test-fs-readv-sync.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-readv-sync.js) -- [parallel/test-fs-readv.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-readv.js) - [parallel/test-fs-ready-event-stream.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-ready-event-stream.js) - [parallel/test-fs-realpath-buffer-encoding.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-realpath-buffer-encoding.js) - [parallel/test-fs-realpath-on-substed-drive.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-fs-realpath-on-substed-drive.js) |
