Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Decorators on computed class method names #33

Closed
leonid-bauxy opened this issue May 14, 2016 · 1 comment
Closed

Decorators on computed class method names #33

leonid-bauxy opened this issue May 14, 2016 · 1 comment

Comments

@leonid-bauxy
Copy link

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: babel/babel-eslint#309.

This doesn't work right now:

  @autobind
  [method](arg) {
      // do something
  }
@hzoo
Copy link
Member

hzoo commented Jun 22, 2017

This is handled by #587 and will be in the next beta release which should be 7.0.0-beta.15 (soon)

@hzoo hzoo closed this as completed Jun 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants