wessberg / DI-compiler

A Custom Transformer for Typescript that enables compile-time Dependency Injection
MIT License
80 stars 7 forks source link

ttypescript deprecated and replaced with ts-patch #25

Open gravypower opened 1 year ago

gravypower commented 1 year ago

I have been trying to get the DI transformer working with ts-patch. Have raised an issue in that repository also https://github.com/nonara/ts-patch/issues/120

After quite a few hours trying to work out why its not working I am at a loss. I think I may have to create a new transformer from the examples in the ts-patch project. Thought I would check in there before I go down this path in case the solution is something that I am missing.