Skip to content

Commit

Permalink
refactor(transformer/using): remove unused call to enter_statements (
Browse files Browse the repository at this point in the history
  • Loading branch information
camc314 committed Mar 12, 2025
1 parent 91c009a commit b2fbd99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_transformer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,6 @@ impl<'a> Traverse<'a> for TransformerImpl<'a, '_> {
if let Some(typescript) = self.x0_typescript.as_mut() {
typescript.enter_statements(stmts, ctx);
}
self.explicit_resource_management.enter_statements(stmts, ctx);
}

fn exit_arrow_function_expression(
Expand Down

0 comments on commit b2fbd99

Please sign in to comment.