I see that babel.js decorators (available in \"stage 1\") implement the spec at https://github.com/wycats/javascript-decorators. It appears that decorators are limited to (1) cl
I think the problem is function decorator has not been ES7 draft.
Of course, you still can implement your function decorator by yourself