-
-
Notifications
You must be signed in to change notification settings - Fork 184
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: add generate example preset for JS #629
feat: add generate example preset for JS #629
Conversation
Pull Request Test Coverage Report for Build 1846912574
💛 - Coveralls |
@jonaslagoni please review my PR 🙂 |
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.
Do you mind splitting this into two PR's? Cause if we ever have to rollback the example feature, we would need to rollback the marshalling example as well, which is not preferred 😄
@jonaslagoni Sure, will do it 🙂 |
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.
Hahaha, I had to review make sure I did not ask you to remove the example for the feature just to ask you to add it again 😆
Remember to create example
as well as add the documentation for https://github.com/asyncapi/modelina/blob/master/docs/languages/JavaScript.md 🙂
Sorry, I misunderstood it. |
You did not misunderstand anything 🙂 The example you have added in your PR, is the one about marshalling right? In this PR, we need an example for the |
Oh, yeah mistakenly I had added a marshaling example in this PR. 😅 |
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.
Only one small change 💪
test/generators/javascript/preset/utils/ExampleFunctions.spec.ts
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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 |
🎉 This PR is included in version 0.49.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 📦🚀 |
Description
example
option injavascript/commonpreset.ts
docs/language/javascript
example
optionRelated issue(s)
Fixes #625