Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
784 stars 131 forks source link

Use ember-object-set-return-value codemod to cleanup set return value usage #249

Closed mmun closed 4 years ago

mmun commented 4 years ago

I used an internal codemod ember-object-set-return-value to identify usages of set's return value and then cleaned these cases up manually.

I don't think any of these actually are necessary to remove for upgrading to Ember 2, but it does provide peace of mind.