smithy-lang / smithy-typescript

Smithy code generators for TypeScript. (in development)
Apache License 2.0
231 stars 86 forks source link

feat: allow undefined when property optional for exactOptionalPropertyTypes #1448

Closed kuhe closed 6 days ago

kuhe commented 6 days ago

If a member is optional?:, it should allow undefined. The generated clients do not consider absence vs value-undefined to have a meaningful distinction.

sample diff: https://github.com/aws/aws-sdk-js-v3/pull/6653

completes https://github.com/aws/aws-sdk-js-v3/issues/4017