Skip to content

docs: add contribution note for #65660, #65661, #65662, #65664 - #15

Open
leah-1ee wants to merge 4 commits into
ossca-node:mainfrom
leah-1ee:contribution-note
Open

docs: add contribution note for #65660, #65661, #65662, #65664#15
leah-1ee wants to merge 4 commits into
ossca-node:mainfrom
leah-1ee:contribution-note

Conversation

@leah-1ee

Copy link
Copy Markdown

PR #65660, #65661, #65662, #65664 에 대한 기여노트를 작성했습니다.

PR #65660 에 대한 기여노트 작성
PR #65661에 대한 기여노트 작성
PR #65662에 대한 기여노트 작성
PR #65664에 대한 기여노트 작성
Copilot AI lite review requested due to automatic review settings August 30, 2026 14:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds four new contribution notes documenting the work and learnings from upstream Node.js PRs #65660, #65661, #65662, and #65664.

Changes:

  • Add a contribution note for internalBinding('profiler') typings work (#65660)
  • Add a contribution note for internalBinding('fs_event_wrap') typings work (#65661)
  • Add a contribution note for internalBinding('task_queue') typings work (#65662)
  • Add a contribution note for internalBinding('stream_pipe') typings work (#65664)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
contributions/65660.md New contribution note for profiler internalBinding typings PR
contributions/65661.md New contribution note for fs_event_wrap internalBinding typings PR
contributions/65662.md New contribution note for task_queue internalBinding typings PR
contributions/65664.md New contribution note for stream_pipe internalBinding typings PR

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread contributions/65660.md
Comment on lines +1 to +5
---
pr-url: https://github.com/nodejs/node/pull/65660
---
## 문제 내용
Node.js의 `internalBinding('profiler')`에 대한 타입 선언이 `typings/internalBinding/`에 없었습니다.
Comment thread contributions/65661.md
Comment on lines +1 to +5
---
pr-url: https://github.com/nodejs/node/pull/65661
---
## 문제 내용
`internalBinding('fs_event_wrap')`의 `FSEvent` 클래스에 대한 타입 선언이 없었습니다.
Comment thread contributions/65662.md
Comment on lines +1 to +5
---
pr-url: https://github.com/nodejs/node/pull/65662
---
## 문제 내용
`internalBinding('task_queue')`에 대한 타입 선언이 없었습니다.
Comment thread contributions/65664.md
Comment on lines +1 to +5
---
pr-url: https://github.com/nodejs/node/pull/65664
---
## 문제 내용
`internalBinding('stream_pipe')`의 `StreamPipe` 클래스에 대한 타입 선언이 없었습니다.
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.

2 participants