ember-modules-codemod
ember-modules-codemod copied to clipboard
Don't create import of existing declaration
A bit of a cheap check and could possibly be refactored more to join the alias checks but initial implementation of a check to see if we need to prepend Ember
to the import name in case the name is already being used and not for alias purposes.