Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 15, 2022
1 parent 87f926c commit 9e89349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/swc_ecma_transforms_base/src/fixer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ impl VisitMut for Fixer<'_> {
| Expr::Bin(..)
| Expr::Seq(..)
| Expr::Fn(..)
| Expr::Member(..)
| Expr::Assign(..)
| Expr::Unary(..) => {
self.wrap(&mut e.tag);
Expand Down

0 comments on commit 9e89349

Please sign in to comment.