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

Demonstrate simpler way to access @glimmer/runtime #13

Merged
merged 3 commits into from
Jan 16, 2024

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 15, 2023

This is an alternative to #12.

V2 addons automatically have direct access to all the imports provided by Ember. The challenge here is that @glimmer/runtime is private API that isn't in Embroider's supported list, so we need to configure it explicitly.

This is an alternative to customerio#12.

V2 addons automatically have direct access to all the imports provided by Ember. The challenge here is that `@glimmer/runtime` is private API that isn't in Embroider's supported list, so we need to configure it explicitly.
Copy link

changeset-bot bot commented Dec 15, 2023

🦋 Changeset detected

Latest commit: 9cb8e84

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
ember-provide-consume-context Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

@mike-engel mike-engel left a comment

Choose a reason for hiding this comment

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

Thank you for putting this together @ef4!

@mike-engel mike-engel merged commit 6b0b498 into customerio:main Jan 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants