Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Nested classes does not generate interfaces #56

Open
rodrigogq opened this issue Aug 31, 2015 · 1 comment
Open

Nested classes does not generate interfaces #56

rodrigogq opened this issue Aug 31, 2015 · 1 comment

Comments

@rodrigogq
Copy link

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.

@cskeppstedt
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants