Skip to content

t. classProperty should allow to create static class property #10247

@yuri-karadzhov

Description

@yuri-karadzhov

t. classProperty should allow to create static class property e.g.

t.classProperty(key, value, typeAnnotation, decorators, computed, static);

or

t.classStaticProperty(key, value, typeAnnotation, decorators, computed)

that will help to create plugins that efficiently work with babel decorators plugin that simpy ignores good old ClassName.prop = 1 notation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Has PRgood first issueoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions