We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using rules_closure to compile a trivial js application that uses ES6 modules, compilation fails unless moduleLoad is suppressed.
moduleLoad
This can be seen in #409
The text was updated successfully, but these errors were encountered:
@alexeagle b/129555304 is the internal underlying bug tracking this.
Sorry, something went wrong.
Seems like this is a bug in https://github.com/google/closure-compiler, not rules_closure right? In the sense that it can be reproduced in the former.
My hope is to remove all Java code from this repo so there is no surface for bugs that aren't reproducible in the compiler itself.
No branches or pull requests
When using rules_closure to compile a trivial js application that uses ES6 modules, compilation fails unless
moduleLoad
is suppressed.This can be seen in #409
The text was updated successfully, but these errors were encountered: