Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions contributions/65734.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
pr-url: https://github.com/nodejs/node/pull/65734
---

<!-- 아래 양식은 작성 예시입니다. 필요에 따라 자유롭게 수정해 주세요. -->

## 문제 내용

`node:ffi` 모듈에 대해 학습을 진행하고 학습한 내용을 바탕으로 기여해볼 수 있는 이슈들을 확인해보다가, 그 동안 `typings`에 기여하였던 경험들을 바탕으로 `internal('ffi')`에서 호출하는 메서드 및 변수들에 대한 타입을 정의하여 기여해보기로 결정하였습니다.
Expand Down
2 changes: 0 additions & 2 deletions contributions/65838.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
pr-url: https://github.com/nodejs/node/pull/65838
---

<!-- 아래 양식은 작성 예시입니다. 필요에 따라 자유롭게 수정해 주세요. -->

## 문제 내용

[`Primoridials`를 학습하면서](https://github.com/ossca-node/lab/issues/17) Node.js 빌트인 모듈 내부의 JS API를 사용자가 임의로 수정한다면 그 상위의 모듈들의 동작에도 큰 영향을 끼친다는 것을 학습하였습니다.
Expand Down
2 changes: 0 additions & 2 deletions contributions/65985.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
pr-url: https://github.com/nodejs/node/pull/65985
---

<!-- 아래 양식은 작성 예시입니다. 필요에 따라 자유롭게 수정해 주세요. -->

## 문제 내용

`uvMetricsInfo`에서 매번 함수를 호출할 때마다 네이티브에서 배열을 생성하고 JS에서는 객체로 반환하는 작업을 하나의 버퍼를 공유하여 리소스를 생성하는 비용을 줄였습니다.
Expand Down