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

moduleLoad spuriously fires on ES6 imports #436

Open
robfig opened this issue Oct 21, 2019 · 2 comments
Open

moduleLoad spuriously fires on ES6 imports #436

robfig opened this issue Oct 21, 2019 · 2 comments

Comments

@robfig
Copy link
Contributor

robfig commented Oct 21, 2019

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

@gkdn
Copy link
Collaborator

gkdn commented Oct 21, 2019

@alexeagle b/129555304 is the internal underlying bug tracking this.

@alexeagle
Copy link
Contributor

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.

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

3 participants