You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TsTransformer currently looks in all loaded classes for the implementation of the TsTypeTransformerContract. I am not so sure about the performance of that, especially in larger project. We should test this and do some performance measuring.
The TsTransformer currently looks in all loaded classes for the implementation of the
TsTypeTransformerContract. I am not so sure about the performance of that, especially in larger project. We should test this and do some performance measuring.