Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Mar 9, 2024

Conversation

swcm-mnestler
Copy link
Contributor

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
4 checks passed
@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
3 participants