Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 22, 2024
1 parent 1f53c06 commit d23ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc_visit_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ fn visit_expr(

parse_quote!({
let mut __ast_path = __ast_path.with_guard(#ast_path_expr);
#visitor.visit_name(#expr, &mut *__ast_path)
#visitor.#visit_name(#expr, &mut *__ast_path)
})
} else {
parse_quote!(#visitor.#visit_name(#expr, __ast_path))
Expand Down

0 comments on commit d23ec9d

Please sign in to comment.