he icon indicating copy to clipboard operation
he copied to clipboard

Error when minimizing with Google closure-compiler

Open Light-Wizzard opened this issue 5 years ago • 1 comments

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]; }

Light-Wizzard avatar Jan 17 '19 00:01 Light-Wizzard

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

reno1979 avatar Mar 20 '19 22:03 reno1979