-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
From @rattrayalex on July 23, 2016 2:51
Decorators are an increasingly popular feature of ES6, particularly with React development.
However, they use @atSyntax
, which clashes with coffeescript's this.
shorthand.
We could:
- Come up with an alternative syntax for decorators
- Come up with a new syntax for
this.
shorthand - Keep both as they are and just work hard to parse them
- Get rid of
this.
shorthand - Don't add decorators
- Any other ideas?
Thoughts?
Copied from original issue: coffeescript6/discuss#9
Metadata
Metadata
Assignees
Labels
No labels