Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 26, 2021
1 parent 0351a47 commit 4688327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/src/inline.rs
Expand Up @@ -126,7 +126,7 @@ impl VisitMut for Inliner {
Prop::Shorthand(i) => {
let orig = i.clone();
i.visit_mut_with(self);
if i.span.ctxt != orig.span.ctxt {
if i.span.ctxt == orig.span.ctxt {
return;
}
if i.sym != orig.sym {
Expand Down

0 comments on commit 4688327

Please sign in to comment.