ember-codemods / ember-modules-codemod

Codemod to upgrade Ember apps to JavaScript (ES6) modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service injection in router.js not replaced

knownasilya opened this issue · comments

The const { inject } = Ember was removed, but a new inject wasn't imported and used.

This should have been addressed with the latest release, can you double check?

Ah, yes confirmed 👍 Also nice that the string in service(..) is kept.