Replies: 2 comments
-
Deepkit doesn't patch You can see what it patches in this file |
Beta Was this translation helpful? Give feedback.
-
ttypescript is supported #401 (comment) |
Beta Was this translation helpful? Give feedback.
-
deepkit does some magic in patching ts-node, so it executes the deepkit transformer.
with ts-node updates these patches need to be reapplied and they may even break with some ts-node changes.
i think i managed to do a setup with ttypescript that still executes the ttypescript transformer and it feels cleaner to me, but it currently does not fully work (debugger issue, see issue 445). making this a user choice may not be feasible (unless there would be a separate deepkit package to include with this "flavor").
i would prefer, if ttypescript would be used, as i want to use transformers for other things as well in my projects.
what are your thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions