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 2151777 commit 1d3781cCopy full SHA for 1d3781c
crates/swc_ecma_transformer/src/hook_utils.rs
@@ -50,6 +50,8 @@ where
50
optional_method!(enter_script, exit_script, Script);
51
52
optional_method!(enter_program, exit_program, Program);
53
+
54
+ optional_method!(enter_catch_clause, exit_catch_clause, CatchClause);
55
}
56
57
pub(crate) struct NoopHook;
0 commit comments