You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have multiple fallback lookup paths in ember-resolver. As we continue to migrate towards a more strict future where imports are verified at build time (#454) it would be forward looking to remove non-strict lookups from ember-resolver to make codemods to migrate to;
Currently we have multiple fallback lookup paths in ember-resolver. As we continue to migrate towards a more strict future where imports are verified at build time (#454) it would be forward looking to remove non-strict lookups from ember-resolver to make codemods to migrate to;
It would benefit the ecosystem to remove fallback logic that enables many-to-one lookups in favor of a one-to-one mechanism.
The knock on effects of this would be having a supported solution to solve the following;
An example of what this resolver would look like after removing all fallback lookup paths would be https://github.com/stefanpenner/ember-strict-resolver.
The text was updated successfully, but these errors were encountered: