This repository was archived by the owner on Feb 19, 2018. It is now read-only.
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
CS2 Discussion: Features: decorators #9
Closed
Description
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?