Skip to content

Commit

Permalink
fix: skip more ast
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed May 12, 2023
1 parent d328a5d commit 16fb140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/src/strip_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl VisitMut for StripType {
}

fn visit_mut_ts_import_equals_decl(&mut self, n: &mut TsImportEqualsDecl) {
n.id.visit_mut_with(self);
// n.id.visit_mut_with(self);
}

fn visit_mut_ts_param_prop(&mut self, n: &mut TsParamProp) {
Expand Down

0 comments on commit 16fb140

Please sign in to comment.