Skip to content

Commit

Permalink
mimic more
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 28, 2025
1 parent 7449f1b commit d21d068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_ecma_usage_analyzer/src/alias/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ impl Visit for InfectionCollector<'_> {
&& n.op == op!("=")
&& n.left.as_simple().and_then(|l| l.leftmost()).is_some()
{
n.left.visit_with(self);
return;
}

Expand Down

0 comments on commit d21d068

Please sign in to comment.