t4ts icon indicating copy to clipboard operation
t4ts copied to clipboard

Nested classes does not generate interfaces

Open rodrigogq opened this issue 9 years ago • 1 comments

I tried to generate nested classes interfaces but apparently it does not work - even after adding [TypeScriptInterfaceAttribute] to the inner classes.

Would it be hard to change the code to make this available? I would be available to change the code.

rodrigogq avatar Aug 31 '15 14:08 rodrigogq

I actually didn't know that was possible in Typescript, but it seems like 0.9+ has support for this (called module merging) http://typescript.codeplex.com/workitem/132

I'm just coming back to this project after some time away, and I'm refactoring a bit to clean it up, it might be easier to add these kind of features soon.

cskeppstedt avatar Nov 19 '15 18:11 cskeppstedt