KY-Programming / generator

Type Generator: No framework. No magic. Just code. 100% debuggable.
https://generator.ky-programming.de
MIT License
18 stars 4 forks source link

Typescript interface export support #1

Closed joachim-heck closed 5 years ago

joachim-heck commented 5 years ago

Hey Kai, first of all many thanks for providing such a nice c# to typescript generator. During use, I noticed that interfaces, applied to a specific class, are consequently ignored during export / generation. Is this the intended behaviour or maybe a feature for an upcoming release? Thanks and greets!

ky-one commented 5 years ago

Hi Joachim, good point. I implemented it for base classes but not for interfaces. I try to put it in the next release. Regards Kai