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

Convert to plain library and drop deprecated behaviors #977

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Sep 11, 2024

This drops long-deprecated behaviors and convert the package to a plain NPM library. It doesn't need to be an ember addon.

@@ -388,97 +382,6 @@ class Resolver extends EmberObject {
} else if (this._moduleRegistry.has(underscoredModuleName)) {
return underscoredModuleName;
}
// workaround for dasherized partials:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@ef4 ef4 merged commit fd6b87a into main Sep 11, 2024
11 checks passed
@ef4 ef4 deleted the plain-library branch September 11, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants