Skip to content
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

Allow mixin classes to have members added via .prototype calls. #799

Merged
merged 3 commits into from
Dec 3, 2018

Commits on Dec 1, 2018

  1. Update gen-tsd polymer-2 fixtures.

    Demonstrates problem where analyzer does not detect mixin class
    properties that are added to the prototype.
    aomarks committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    a5a2130 View commit details
    Browse the repository at this point in the history
  2. Allow mixin classes to have members added via .prototype calls.

    For example:
    
      /** @type {string} */
      MyMixin.prototype.foo;
    
    We already support this behavior for normal classes, but not for mixin
    classes.
    aomarks committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    1eb481f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Add CHANGELOG entry.

    aomarks committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    fe0a724 View commit details
    Browse the repository at this point in the history