V2 addons are allowed to declare in their package.json that they offer renamed-modules for backward compatibility. For example, when we switch ember-source to publish as V2 these names should be available directly through ember-auto-import.
Embroider uses renamed-modules extensively when auto-upgrading addons, but ember-auto-import doesn't support it yet. This PR will add it.
V2 addons are allowed to declare in their package.json that they offer
renamed-modules
for backward compatibility. For example, when we switch ember-source to publish as V2 these names should be available directly through ember-auto-import.Embroider uses
renamed-modules
extensively when auto-upgrading addons, but ember-auto-import doesn't support it yet. This PR will add it.