Skip to content

Conversation

NullVoxPopuli
Copy link
Contributor

gonna update this branch as I go

@@ -0,0 +1,7 @@
import { getContext } from '@ember/test-helpers';

export function getWorker(name) {
Copy link
Contributor Author

@NullVoxPopuli NullVoxPopuli May 24, 2020

Choose a reason for hiding this comment

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

maybe this'd be TS'

getWorker<K extends keyof WorkerRegistry>(name: K): WorkerRegistry[K] {

}

?

Copy link
Contributor

Choose a reason for hiding this comment

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

I haven't set up ts support for the ember portions of this project just yet, but yeah that would be something nice :)

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.

2 participants