Skip to content

Bugfix: restore publishing of internals entrypoints#20699

Merged
ef4 merged 1 commit intomainfrom
fix-internals-entrypoints
May 22, 2024
Merged

Bugfix: restore publishing of internals entrypoints#20699
ef4 merged 1 commit intomainfrom
fix-internals-entrypoints

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
@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.

2 participants