Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 27, 2024
1 parent 1b570ee commit dc823ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_classes/src/super_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ macro_rules! mark_nested {
}

impl VisitMut for SuperFieldAccessFolder<'_> {
noop_visit_mut_type!(fail);
noop_visit_mut_type!();

// mark_nested!(fold_function, Function);
mark_nested!(visit_mut_class, Class);
Expand Down

0 comments on commit dc823ab

Please sign in to comment.