Skip to content

Commit

Permalink
enhance mangle (#5359)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Feb 19, 2022
1 parent 9686379 commit a7d0616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scope.js
Expand Up @@ -616,7 +616,7 @@ AST_Toplevel.DEFMETHOD("mangle_names", function(options) {
mangled_names.set(mangled_name, true);
});
}
var cutoff = 10;
var cutoff = 36;
var lname = -1;
var redefined = [];
var tw = new TreeWalker(function(node, descend) {
Expand Down

0 comments on commit a7d0616

Please sign in to comment.