Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Oct 23, 2023
1 parent 508b74d commit c9647a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformers/js/core/src/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ impl Visit for Collect {
}
Expr::This(_this) => {
if self.in_module_this {
if !self.is_module {
if !self.is_module {
handle_export!();
}
} else if !self.in_class {
Expand Down

0 comments on commit c9647a5

Please sign in to comment.