Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 15, 2022
1 parent 18f2762 commit d230e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/src/analyzer/mod.rs
Expand Up @@ -171,7 +171,7 @@ impl Default for VarUsageInfo {
var_initialized: Default::default(),
declared_as_catch_param: Default::default(),
no_side_effect_for_member_access: Default::default(),
used_as_callee: Default::default(),
callee_count: Default::default(),
used_as_arg: Default::default(),
indexed_with_dynamic_key: Default::default(),
pure_fn: Default::default(),
Expand Down
Expand Up @@ -26492,11 +26492,8 @@
var t = e.expirationTime;
return t > (e = e.childExpirationTime) ? t : e;
}
function ie(e) {
return tu(99, it.bind(null, e, to())), null;
function n9(e) {
var t = to();
return tu(99, ie.bind(null, e, t)), null;
return tu(99, ie.bind(null, e, to())), null;
}
function ie(e, t) {
if (it(), (48 & n_) != 0) throw Error(d(327));
Expand Down

0 comments on commit d230e17

Please sign in to comment.