Skip to content

convert void 0 to a new var #2912

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
cleanup
  • Loading branch information
Skalman committed Feb 12, 2018
commit 653bc8b5e3f0af47f34da6946595d94385fb042d
6 changes: 1 addition & 5 deletions lib/compress.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,7 @@ merge(Compressor.prototype, {
node.process_expression(false);
}
if (this.option("void")) {
try {
node.process_void();
} catch (e) {
console.warn(e);
}
node.process_void();
}
return node;
},
Expand Down