Skip to content

typings: wire up quic internal binding types - #65839

Closed
sjungwon03 wants to merge 1 commit into
nodejs:mainfrom
sjungwon03:sjungwon03/typings-wire-quic-binding
Closed

typings: wire up quic internal binding types#65839
sjungwon03 wants to merge 1 commit into
nodejs:mainfrom
sjungwon03:sjungwon03/typings-wire-quic-binding

Conversation

@sjungwon03

Copy link
Copy Markdown
Contributor

typings/internalBinding/quic.d.ts already defines QuicBinding, but the declaration is not connected to the global InternalBindingMap.

Import QuicBinding in typings/globals.d.ts and register the quic binding so calls to internalBinding('quic') use the existing type declaration.

@nodejs-github-bot nodejs-github-bot added the typings Issues and PRs related to internal TypeScript declarations. label Sep 6, 2026
Import the existing QuicBinding declaration and add it to
InternalBindingMap so internalBinding('quic') uses the declared
binding type.

Assisted-by: Codex
Signed-off-by: sjungwon03 <sjungwon03@gmail.com>
@sjungwon03
sjungwon03 force-pushed the sjungwon03/typings-wire-quic-binding branch from 59e1c6e to 98c15b2 Compare September 6, 2026 07:48
@sjungwon03

Copy link
Copy Markdown
Contributor Author

Closing this as a duplicate of #65556. I missed the existing PR before
opening this one. Sorry for the noise.

@sjungwon03 sjungwon03 closed this Sep 6, 2026
@sjungwon03
sjungwon03 deleted the sjungwon03/typings-wire-quic-binding branch September 6, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typings Issues and PRs related to internal TypeScript declarations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants