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

chore: eliminate dead build code #8829

Merged
merged 1 commit into from
Sep 4, 2023
Merged

chore: eliminate dead build code #8829

merged 1 commit into from
Sep 4, 2023

Conversation

runspired
Copy link
Contributor

EmberData moved to a new strategy that uses rollup pre-publish some time ago. This removes the vestigial code (that no longer was in use at all) so folks like @mansona stop thinking we still use it 😅

TODO

  • simplify buildBabelOptions
  • determine if cacheKeyForTree is still required for engines

@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ chore This PR primarily refactors code or updates dependencies labels Sep 4, 2023
shouldIncludeChildAddon(addon) {
if (addon.name.startsWith('@ember-data')) {
if (addon.name.startsWith('@ember-data/')) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note this is not the broccoli node issue (see the @) but since it could manifest in a similar incorrect check should someone choose a github/npm org starting with @ember-data* we add the /

@runspired runspired merged commit 885893e into main Sep 4, 2023
24 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cleanup-build branch September 4, 2023 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ chore This PR primarily refactors code or updates dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant