Is there any way to swc does transpile in cascating before exec like @babel/node? #3835
Unanswered
AugustoCalaca
asked this question in
Q&A
Replies: 1 comment
-
swc cli doesn't offer to traverse modules. I think what you're looking for is either something like https://github.com/Brooooooklyn/swc-node, or https://typestrong.org/ts-node/docs/transpilers/#swc |
Beta Was this translation helpful? Give feedback.
0 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.
-
I would like to migrate all my codebase from babel to use only swc
I have one or two scripts which they use @babel/node to run them
These scripts have some imports to other local files and the script breaks if I transpile it with swc
Is there any way to swc does transpile in cascating before exec like @babel/node?
Beta Was this translation helpful? Give feedback.
All reactions