Skip to content

Commit 80908a6

Browse files
committed
invoke
1 parent d29b1c5 commit 80908a6

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
@@ -42,6 +42,8 @@ where
4242
optional_method!(enter_script, exit_script, Script);
4343

4444
optional_method!(enter_program, exit_program, Program);
45+
46+
optional_method!(enter_catch_clause, exit_catch_clause, CatchClause);
4547
}
4648

4749
pub(crate) struct NoopHook;

0 commit comments

Comments
 (0)