Skip to content

Error when minimizing with Google closure-compiler #71

@Light-Wizzard

Description

@Light-Wizzard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions