ember-decorators / babel-transforms

MIT License
6 stars 7 forks source link

Decorator as class property fails with babel@7 #15

Closed tylerturdenpants closed 6 years ago

tylerturdenpants commented 6 years ago

This blows up:

  class Foo {
    @decorator(123)
    bar = 'baz'

  }
tylerturdenpants commented 6 years ago

and I have added the fix here as well

pzuraq commented 6 years ago

Awesome! Thanks so much for doing this 👍

tylerturdenpants commented 6 years ago

You’re welcome. I love doing this stuff!

pzuraq commented 6 years ago

Published in 2.1.1