Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ext/node): add writev method to FileHandle #27563

Merged
merged 6 commits into from
Jan 14, 2025

Conversation

aaron-ang
Copy link
Contributor

@aaron-ang aaron-ang commented Jan 6, 2025

Part of #25554

I merged _fs_writev.mjs and _fs_writev.d.ts into _fs_writev.ts

  • formatted using ./tools/format.js
  • linted using ./tools/lint.js
  • unit test passed in tests/unit_node/_fs/_fs_handle_test.ts

@CLAassistant
Copy link

CLAassistant commented Jan 6, 2025

CLA assistant check
All committers have signed the CLA.

@aaron-ang aaron-ang changed the title fix(ext/node): add writev method to FileHandle feat(ext/node): add writev method to FileHandle Jan 6, 2025
@dsherret dsherret requested a review from kt3k January 8, 2025 22:09
@kt3k kt3k mentioned this pull request Jan 14, 2025
24 tasks
@kt3k
Copy link
Member

kt3k commented Jan 14, 2025

I merged _fs_writev.mjs and _fs_writev.d.ts into _fs_writev.ts

_fs_writev.mjs was originally added in denoland/std#2008 without special reason to use .mjs. This move seems fine to me.

@kt3k kt3k changed the title feat(ext/node): add writev method to FileHandle fix(ext/node): add writev method to FileHandle Jan 14, 2025
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@kt3k kt3k merged commit 9cb089f into denoland:main Jan 14, 2025
17 checks passed
@aaron-ang aaron-ang deleted the aaron-ang/filehandle-writev branch January 14, 2025 10:24
bartlomieju pushed a commit that referenced this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants