Skip to content

Add sslnegotiation option type#1177

Open
Develop-KIM wants to merge 1 commit into
porsager:masterfrom
Develop-KIM:fix-sslnegotiation-types
Open

Add sslnegotiation option type#1177
Develop-KIM wants to merge 1 commit into
porsager:masterfrom
Develop-KIM:fix-sslnegotiation-types

Conversation

@Develop-KIM

Copy link
Copy Markdown

Fixes #1158

Summary

  • Add the missing sslnegotiation option to the TypeScript definitions.
  • Keep the generated Deno type definition in sync.
  • Document sslnegotiation: 'direct' in the SSL section.

Verification

  • ./node_modules/.bin/tsc --noEmit -p types/tsconfig.json with a temporary type usage file covering sslnegotiation: 'direct', null, and an invalid value.
  • node transpile.deno.js
  • git diff --check

Disclosure

This contribution was prepared with AI assistance and reviewed before submission.

@Develop-KIM Develop-KIM marked this pull request as ready for review July 9, 2026 13:00
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.

Missing TypeScript type for sslnegotiation option

1 participant