-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat: assign optional/non required arguments in the constructor if pr… #586
Conversation
Pull Request Test Coverage Report for Build 1699541673
💛 - Coveralls |
fc891c2
to
85b2b86
Compare
@jonaslagoni Kindly review the PR. |
examples/generate-javascript-models/__snapshots__/index.spec.ts.snap
Outdated
Show resolved
Hide resolved
ad804e0
to
5053b27
Compare
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.
LGTM! 🎉
/rtm |
Kudos, SonarCloud Quality Gate passed!
|
🎉 This PR is included in version 0.44.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-next.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Enhancement to javascript generator to assign optional/non required arguments in the constructor during object formation.
Related issue(s)
#581