Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deprecate] fallback lookup paths in ember-resolver #661

Closed
gabrielcsapo opened this issue Sep 8, 2020 · 3 comments
Closed

[deprecate] fallback lookup paths in ember-resolver #661

gabrielcsapo opened this issue Sep 8, 2020 · 3 comments

Comments

@gabrielcsapo
Copy link

gabrielcsapo commented Sep 8, 2020

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;

  • Where does Pod resolution go and is supported?

An example of what this resolver would look like after removing all fallback lookup paths would be https://github.com/stefanpenner/ember-strict-resolver.

@rwjblue
Copy link
Member

rwjblue commented Sep 28, 2020

FWIW, I'm definitely in favor of a path forward here.

@gabrielcsapo
Copy link
Author

gabrielcsapo commented Sep 28, 2020

@rwjblue I will work on an RFC to get a path forward planned out.

@wagenet
Copy link
Member

wagenet commented Jul 23, 2022

Looks like we have an RFC so I'll close this ticket.

@wagenet wagenet closed this as completed Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants