embroider-build / ember-auto-import

Zero config import from npm packages
Other
360 stars 109 forks source link

Renamed modules support #642

Closed ef4 closed 3 weeks ago

ef4 commented 4 weeks ago

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.