Can we ASTTransformers like preprocessor for swc/jest Similar to ts-jest #7950
Unanswered
sunilsurana
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It will not give you a good performance. I recommend creating Wasm plugins for them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are moving from ts-jest to swc/jest. We have certain ASTTransformers which are used in TS-jest. Is there anyway to use that with swc/jest
One approach possibly could be create custom jest transformer which first calls asttransformer and then swc/jest. Any other idea?
Beta Was this translation helpful? Give feedback.
All reactions