Skip to content

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

@gabrielcsapo

Description

@gabrielcsapo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions