Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

@glimmer/component uses private API for destroyables #319

Open
pzuraq opened this issue Dec 5, 2020 · 0 comments
Open

@glimmer/component uses private API for destroyables #319

pzuraq opened this issue Dec 5, 2020 · 0 comments

Comments

@pzuraq
Copy link
Member

pzuraq commented Dec 5, 2020

@glimmer/component currently uses private API for destroyables: https://github.com/glimmerjs/glimmer.js/blob/v1.0.2/packages/%40glimmer/component/addon/-private/ember-component-manager.ts#L40-L61

This currently requires us to re-export the values from @glimmer/runtime even though they now are defined in @glimmer/destroyable. We should try to fix this, potentially for the v2 release.

pzuraq pushed a commit to glimmerjs/glimmer-vm that referenced this issue Dec 5, 2020
Fixes @glimmer/component, see glimmerjs/glimmer.js#319
for details.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant