-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
fix: non-required properties are required by constructor #553
Conversation
@jonaslagoni I just realised one of the tests is failing. I'll update the test later today. |
fe2c025
to
5cd73ca
Compare
You can update the changed snapshots with |
5cd73ca
to
8a64eb7
Compare
Pull Request Test Coverage Report for Build 1679100122
💛 - Coveralls |
@jonaslagoni Sorry I missed your previous comment and changed the tests by updating the test cases instead of the snapshots. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just have a small suggestion, otherwise it looks good 👍 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 🎉
/rtm |
👀 Well, it should not complain about that... Gonna need to figure out why |
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 0.42.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@all-contributors please add @mahakporwal02 for code |
I've put up a pull request to add @mahakporwal02! 🎉 |
🎉 This PR is included in version 1.0.0-next.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
The JavaScript generator created constructors that requires non-required properties.
Added a filter function that only filters required properties.
Related issue(s)
Fixes #538