Remove ember-new-computed
Gorzas opened this issue · 2 comments
Gorzas commented
Is it possible to remove ember-new-computed? It's a library to maintain compatibility with early versions of EmberJS and I think that we can migrate the library to avoid needing it. As it's needed, every time I compile the code it shows a warning about ember-cli-babel deprecation. What do you think?
I'll take a look to the code and try to check what it's needed to do to remove it.
mike-north commented
sounds like this would be a good improvement, and it should be relatively easy to implement