Skip to content

typings: wire up quic internal binding types - #65556

Open
agape1225 wants to merge 1 commit into
nodejs:mainfrom
agape1225:typings-wire-up-quic-binding
Open

typings: wire up quic internal binding types#65556
agape1225 wants to merge 1 commit into
nodejs:mainfrom
agape1225:typings-wire-up-quic-binding

Conversation

@agape1225

Copy link
Copy Markdown
Contributor

typings/internalBinding/quic.d.ts already declares QuicBinding, but it was never imported into globals.d.ts or added to InternalBindingMap, so internalBinding('quic') resolved to any instead of it.

@nodejs-github-bot nodejs-github-bot added the typings Issues and PRs related to internal TypeScript declarations. label Aug 26, 2026
typings/internalBinding/quic.d.ts already declares QuicBinding, but
it was never imported into globals.d.ts or added to
InternalBindingMap, so internalBinding('quic') resolved to `any`
instead of it.

Signed-off-by: agape1225 <49804691+agape1225@users.noreply.github.com>
@agape1225
agape1225 force-pushed the typings-wire-up-quic-binding branch from 1c093ff to a77966e Compare September 12, 2026 05:08
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