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

Error when minimizing with Google closure-compiler #71

Open
Light-Wizzard opened this issue Jan 17, 2019 · 1 comment
Open

Error when minimizing with Google closure-compiler #71

Light-Wizzard opened this issue Jan 17, 2019 · 1 comment

Comments

@Light-Wizzard
Copy link

https://github.com/google/closure-compiler
he.js: line 338, col 60, Expected an assignment or function call and instead saw an expression.
has(he, key) && (freeExports[key] = he[key]);

My guess would be something like this:

if (has(he, key)) {
freeExports[key] = he[key];
}

@reno1979
Copy link

same here, not accepted by google closure compiler, it complains about the undefined variable exports

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