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

Bugfix: restore publishing of internals entrypoints #20699

Merged
merged 1 commit into from
May 22, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented May 21, 2024

This is a followup bugfix to #20675.

That PR inadvertently stopped publishing entrypoints for certain internal packages, when consuming ember as separate modules. These packages are not public API, but they're used, so we need to keep them.

A symptom of what breaks here is ember-data importing @ember/-internals/metal, when building with Embroider's strictEmberSource option.

This is a followup bugfix to #20675.

That PR inadvertently stopped publishing entrypoints for certain internal packages, when consuming ember as separate modules. These packages are not public API, but they're used, so we need to keep them.

A symptom of what breaks here is ember-data importing `@ember/-internals/metal`, when building with Embroider's strictEmberSource option.
@ef4 ef4 added the Bug label May 21, 2024
@ef4 ef4 merged commit f2940aa into main May 22, 2024
26 checks passed
@ef4 ef4 deleted the fix-internals-entrypoints branch May 22, 2024 11:54
@ef4
Copy link
Contributor Author

ef4 commented May 22, 2024

@mansona this might have impacted your testing of ember-data plus ember canary.

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.

None yet

2 participants