-
I'm trying fixing #1924. code with generator will call macro But When I import the other thing using import syntax, I try to excute So when helper will inject to result code, and when is not? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Helper is injected by Line 199 in 7a8ad88 |
Beta Was this translation helpful? Give feedback.
Helper is injected by
inject_helpers
pass (https://rustdoc.swc.rs/swc_ecma_transforms_base/helpers/fn.inject_helpers.html) and it's chained likeswc/src/builder.rs
Line 199 in 7a8ad88