Top "Javascript-decorators" questions

Use this tag for questions regarding JavaScript Decorators.

Decorators on functions

I see that babel.js decorators (available in "stage 1") implement the spec at https://github.com/wycats/javascript-decorators. It appears …

javascript babeljs decorator ecmascript-next javascript-decorators
How can I use decorators today?

I see decorators being used today already in some javascript code. My question is really two fold. First: If decorators …

javascript ecmascript-next angularjs-decorator javascript-decorators