Skip to content

Commit 1d3781c

Browse files
committed
invoke
1 parent 2151777 commit 1d3781c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/swc_ecma_transformer/src/hook_utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ where
5050
optional_method!(enter_script, exit_script, Script);
5151

5252
optional_method!(enter_program, exit_program, Program);
53+
54+
optional_method!(enter_catch_clause, exit_catch_clause, CatchClause);
5355
}
5456

5557
pub(crate) struct NoopHook;

0 commit comments

Comments
 (0)