TypeScript plugin + Transformers #1601
danfma-daitan
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
This would also be very useful for me. If there was just a plugin option that allowed swapping out |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have created a PR to add support for using No idea how to make this work for the main build because everything is built around |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello everyone!
I know that transformers are not a big thing yet in the TypeScript world, but they can be very helpful in some cases.
So, is there a way to update the typescript-plugin to use the
ttypescript
as an option, so we could use some typescript transformers? (eg. https://github.com/danfma/mobx-activator).For what I remember, this package is compatible with the latest TypeScript version, so if I was possible to use a "chosen" TypeScript implementation, then I would be able to replace the "typescript" with the "ttypescript" and use the transformers in my
tsconfig.json
directly.https://github.com/cevek/ttypescript
Beta Was this translation helpful? Give feedback.
All reactions