-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transform for ES7 decorators #73
Comments
These issues with decorators were fixed upstream. I think that converting the computed properties for the decorator syntax would be a create addition. |
Awesome, thanks for the heads up! Todo:
Do we want these? In the same command or separately?
Will put these in first comment to track progress once we decide what to include. |
yes. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Ember 2.0 release blog post states:
Additionally, thanks to rwjblue/ember-computed-decorators, we can start using ES7 decorators in Ember apps today.
I thought I'd try to get a head start and as an exercise for learning AST transforms try and implement an
ember-watson
command for this transformation today. I've made some progress in my fork, but am hitting a roadblock:esprima
parser that is used by default cannot handle ES7 decorators:Any direction for addressing this would be most appreciated 😄
The text was updated successfully, but these errors were encountered: