We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29b1c5 commit 80908a6Copy full SHA for 80908a6
crates/swc_ecma_transformer/src/hook_utils.rs
@@ -42,6 +42,8 @@ where
42
optional_method!(enter_script, exit_script, Script);
43
44
optional_method!(enter_program, exit_program, Program);
45
+
46
+ optional_method!(enter_catch_clause, exit_catch_clause, CatchClause);
47
}
48
49
pub(crate) struct NoopHook;
0 commit comments