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

Advanced compilation elides static methods in Om Next components #729

Closed
anmonteiro opened this issue Jul 22, 2016 · 1 comment
Closed

Comments

@anmonteiro
Copy link
Contributor

anmonteiro commented Jul 22, 2016

Under advanced compilation, the Closure Compiler will elide static methods in component classes.

There are currently a couple of issues opened in the Closure repo (google/closure-compiler#370, google/closure-compiler#1776), so this is something that should be fixed upstream. However, adding the @nocollapse JSDoc should make for a temporary workaround while an upstream fix is not provided.

@swannodette
Copy link
Member

fixed b1336c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants