Skip to content

[typescript-nestjs] Compatability with tsc 'strict' flag#17672

Merged
macjohnny merged 2 commits intomasterfrom
unknown repository
Mar 9, 2024
Merged

[typescript-nestjs] Compatability with tsc 'strict' flag#17672
macjohnny merged 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jan 22, 2024

Addresses fix #17671
A quick pass over the nullability issues reported by the tsc strict flag. Does not solve all issues - for example, the queryParameters still have one branch where they are accessed by index rather than with .append

@macjohnny hope you don't mind being pinged here

@macjohnny
Copy link
Member

sorry for the long delay, will get to this PR soon

Copy link
Member

@macjohnny macjohnny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for your contribution!

@macjohnny macjohnny merged commit 0bc979e into OpenAPITools:master Mar 9, 2024
@wing328 wing328 added this to the 7.4.0 milestone Mar 11, 2024
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.

[BUG][typescript-nestjs] Generated NestJS Module does not compile with "strict" flag

2 participants