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: 1. Come up with an alternative syntax for decorators 2. Come up with a new syntax for `this.` shorthand 3. Keep both as they are and just work hard to parse them 4. Get rid of `this.` shorthand 5. Don't add decorators 6. Any other ideas? Thoughts?
Decorators are an increasingly popular feature of ES6, particularly with React development.
However, they use
@atSyntax, which clashes with coffeescript'sthis.shorthand.We could:
this.shorthandthis.shorthandThoughts?