-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
techsysvbo/kubernetes-tutorials
#3Labels
Description
I have read the readme file and it does mention that the transformers are not supported with the transpileOnly
mode.
I do see that the source code is using ts.transpileModule which does support custom transformers. So my question is mainly to understand the reasoning behind not allowing transformers, when the underlying API of typescript allows it?