https://github.com/wycats/javascript-decorators/blob/master/README.md
The decorator proposal does not include decorators for functions, because it isn’t clear how to make them work in the face of hoisting. However, it would be great to have them. I see two possible solutions: – A decorator on a function declaration prevents hoisting. – Enable decorators for function expressions, arrow functions and generator function expressions. Does either one of those make sense? Axel -- Dr. Axel Rauschmayer [email protected] rauschma.de _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

