-
-
Notifications
You must be signed in to change notification settings - Fork 485
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(ISSUE-685): constants support #831
feat(ISSUE-685): constants support #831
Conversation
|
Overall I’m in favor of this change 👍🏻 . This seems to improve on existing behavior without breaking it. You’ll need to rebase off latest |
09a46d8
to
3cf31bb
Compare
@drwpow there is small diff to merge)) |
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.
This looks great! Thanks for this awesome feature!
Released in |
Issue: #685
Type: FEATURE
Tests: 100%
Affects: const/enums, all comments for const/enums
Now support const from yaml with type String/Number/Boolean:
Now support jsdoc comments for
@constant
/@enum {type}
, with nullable option also: