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

Upstream compilation fixes #5528

Merged
merged 3 commits into from
Apr 23, 2019
Merged

Upstream compilation fixes #5528

merged 3 commits into from
Apr 23, 2019

Commits on Apr 22, 2019

  1. Work around google/closure-compiler#3240

    Also add @nocollapse to all of our static methods and properties, because we never want static property collapsing on these methods.
    rictic committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    cc7702b View commit details
    Browse the repository at this point in the history
  2. Cast GestureEventListeners.

    This improves the closure compiler type checking of GestureEventListeners. Upstreaming of cl/239878806
    rictic committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    3437334 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    rictic committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    6960c2b View commit details
    Browse the repository at this point in the history