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

Outputting class atributes #11

Open
TheMikeNeto opened this issue Nov 18, 2016 · 0 comments
Open

Outputting class atributes #11

TheMikeNeto opened this issue Nov 18, 2016 · 0 comments

Comments

@TheMikeNeto
Copy link

Is there some way to achieve something like the following class:

public class Types{ public const string TYPE_ONE = "O"; public const string TYPE_TWO = "TW"; public const string TYPE_THR = "TR"; public const string TYPE_FOU = "F"; }

outputting something like:

export class Types { static TYPE_ONE: string = "O"; static TYPE_TWO: string = "TW"; static TYPE_THR: string = "TR"; static TYPE_FOU: string = "F"; }

All my attempts so far have resulted in the empty class declaration, is such a thing supported at all?
if not are there any plans to add this functionality and if not how can i go about to adding such thing.

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

No branches or pull requests

1 participant