-
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 task to remove prototype extensions #8
Comments
ya good idea, this should be a relatively simple transformation. |
I pushed a PR to transform CP and observers #10 Next steps would be to transform more prototype extensions like 'hello %@'.fmt('world') Is there a complete list somewhere? |
@kamal I think fmt should be removed and quasi literals are used. But that's up to the core team. |
@tim-evans I would be on board with that. If someone opens an issue I'll bring it up this next meeting for discussion |
@stefanpenner woot |
Just released the new command thanks to @kamal!
|
Actually leaving open until we have figured how to transform other parts of the extensions. |
Supporting |
Since this seems to becoming the default, having a task to remove decorators that use prototypes would be really nice :3
See:
ember-cli/ember-cli#3645
emberjs/guides#110
The text was updated successfully, but these errors were encountered: