Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for inner classes. #34

Closed
renaudpawlak opened this issue Jan 19, 2016 · 3 comments
Closed

Support for inner classes. #34

renaudpawlak opened this issue Jan 19, 2016 · 3 comments
Milestone

Comments

@renaudpawlak
Copy link
Contributor

In version 1.0, inner classes will not be supported. It would not be that hard to support them though.

The idea (to be validated) is to create a TypeScript module with the same name as the container class and create the inner class in the module.

@renaudpawlak renaudpawlak added this to the 1.1.0 milestone Jan 19, 2016
@lgrignon
Copy link
Collaborator

👍

@renaudpawlak
Copy link
Contributor Author

JSweet now supports both static and non-static inner classes. It also supports anonymous classes :D
There are almost no restrictions to that support, so far.

@ssatguru
Copy link

great :)

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

No branches or pull requests

3 participants