t4ts
t4ts copied to clipboard
Nested classes does not generate interfaces
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.
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.