ember-codemods / ember-module-migrator

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

Rewrite imports to /config files #48

Closed andyhot closed 7 years ago

andyhot commented 7 years ago

There's always at least one such import:

andyhot commented 7 years ago

I've created some test-fixtures for this over at https://github.com/andyhot/ember-module-migrator/commit/5adf76c3b1226b2b890369b2f4993036dfd7abd2

rwjblue commented 7 years ago

Fixture looks good.

andyhot commented 7 years ago

Thx! Fyi, I have the code working at https://github.com/rwjblue/ember-module-migrator/compare/master...andyhot:feature/config-imports?expand=1 but I want to clean it up a bit before it becomes a PR

mixonic commented 7 years ago

@andyhot just ran into this converting travis 👍

rwjblue commented 7 years ago

resolved by #49