I propose that support for decorators on computed properties is added to `babylon`. It was suggested in `babel-eslint` repo, that I open an issue here. Related issue: https://github.com/babel/babel-eslint/issues/309. This doesn't work right now: ``` js @autobind [method](arg) { // do something } ```
I propose that support for decorators on computed properties is added to
babylon.It was suggested in
babel-eslintrepo, that I open an issue here.Related issue: babel/babel-eslint#309.
This doesn't work right now: