Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 11, 2024
1 parent d8d928f commit 6e220fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/swc_ecma_transforms_typescript/src/strip_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ impl IsConcrete for Decl {
Self::Fn(r#fn) => r#fn.function.body.is_some(),
Self::Class(..) | Self::Var(..) | Self::Using(..) | Self::TsEnum(..) => true,
Self::TsModule(ts_module) => ts_module.is_concrete(),
Self::Invalid(..) => {
unreachable!()
}
}
}
}
Expand Down

0 comments on commit 6e220fa

Please sign in to comment.