Roman Jámbor
Roman Jámbor
I think that include/exclude is still important here and maybe more important... We can generate Module metadata about modules whose types are used in the getType() to save some resources...
Wow, I think it is simple but I didn't think about it that much,.. Transformer visit all the project files. It has to. So... 1. Grab includes and excludes from...
Implemented for the v1. Not in the current version.
@iDevelopThings is working on it.
Implemented for the v1. Not in the current version.
Hello @Igorjan94, this is an issue with the current implementation. These types are not handled properly; there is a new big upcoming update which change the way how are these...
@joeferner it can be `main`, I do just minor fixes in the `main` and `devel` cuz I work on the `next` version which change the transformer a lot.
@Igorjan94, @joeferner Should be fixed in `[email protected]` and `[email protected]`.
Okay,.. I think I got it. It works like intended IMHO because Omit creates new type alias which is object `{}` and that object have some properties but it has...
Hello @CristianPi , There must be some call of generic function/method/decorator which has no declararation (no .ts file nor .d.ts file). I made some changes, I hope it will help....