-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Has PRgood first issueoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Has PRgood first issueoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue