-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to transpile TypeScript plugins directly #51
Comments
I think the Regarding typescript transpilation by default:
Just a couple of thoughts. I can still start down the path towards implementing this and accommodate whatever you decide you'd like to do. |
started work on this here. https://github.com/mcMickJuice/babel-codemod/tree/feature/typescript-compile-plugins |
Thanks! We can check that |
Probably should use ts-node the same way #31 uses babel-register, but will require some research since the options are obviously different. What should the option be called?
--ts-transpile
? Should we just put both--babel-transpile
and this one under a single--transpile-plugins
flag? Maybe it should even be on by default, as long as we’re already shipping the dependencies with the package.cc @mcMickJuice
The text was updated successfully, but these errors were encountered: