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

Use stable types from ember-source #961

Merged
merged 4 commits into from
Jul 22, 2023

Conversation

gilest
Copy link
Collaborator

@gilest gilest commented Jul 21, 2023

Also upgrades internal packages to ember-source 5.1

Considering this as an internal change since these are development types...

@gilest gilest force-pushed the feat/ember-source-5-and-stable-types branch from 187b176 to ad0d314 Compare July 21, 2023 03:42
Comment on lines +25 to +27
const fileQueueService = this.owner.lookup(
'service:file-queue'
) as FileQueueService;
Copy link
Collaborator Author

@gilest gilest Jul 21, 2023

Choose a reason for hiding this comment

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

Is there a way to configure this with a Registry? I tried and failed but I've not used TypeScript in a test-app before

@gilest gilest force-pushed the feat/ember-source-5-and-stable-types branch from ad0d314 to b8bb4c5 Compare July 22, 2023 07:06
@gilest gilest changed the title Use stable types Use stable types from ember-source Jul 22, 2023
@gilest gilest merged commit 3c81dfc into master Jul 22, 2023
@gilest gilest deleted the feat/ember-source-5-and-stable-types branch July 22, 2023 23:39
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.

1 participant