Skip to content

Outputting class atributes #11

Open
@TheMikeNeto

Description

@TheMikeNeto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions