ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Component helper usage should warn #53

Open mixonic opened 7 years ago

mixonic commented 7 years ago

If an app uses the component helper, it may be passing strings that have / in them. Generally the component helper makes it hard to be sure a conversion was successful. The migrator should at least warn for the user to audit usage around those templates with component helpers.

Was originally and incorrectly opened at https://github.com/ember-cli/ember-resolver/issues/203