-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Annotate mdc-menu for closure #339
Comments
cc @bogusred assigning @lynnjepsen to track |
@traviskaufman @lynnjepsen According to the closure style guide, the compiler doesn't have great support for ES6 getters/setters. As part of this task, would you like me to change the getters/setters to regular methods? |
…ponents#339) Added new annotations to mdc-menu. Corrected a couple of annotations in base.
Hmm I'm not sure...It says "limited support", and we're not doing anything too crazy. Can we leave them as getters/setters for now? And if the compiler actually does start doing odd things we can revisit? My reasoning is I don't really want to spend extra work on something that might not even be a problem. Especially if it takes us away from an ES6 best practice. |
Sgtm 👍 |
…ts#339) Added new annotations to mdc-menu. Corrected a couple of annotations in base.
…ts#339) Added new annotations to mdc-menu. Corrected a couple of annotations in base.
Resolves #339 Added new annotations to mdc-menu. Corrected a couple of annotations in base.
No description provided.
The text was updated successfully, but these errors were encountered: