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

Fix support for typed subscriptions for multiple event names for .on() #84

Merged
merged 8 commits into from Sep 11, 2021
Merged

Fix support for typed subscriptions for multiple event names for .on() #84

merged 8 commits into from Sep 11, 2021

Conversation

arthur-er
Copy link
Contributor

@arthur-er arthur-er commented Apr 30, 2021

Closes #82

index.d.ts Outdated Show resolved Hide resolved
@sindresorhus
Copy link
Owner

Can you add it to all the methods that accept it? See: https://github.com/sindresorhus/emittery/pull/82/files

@arthur-er
Copy link
Contributor Author

Can you add it to all the methods that accept it? See: https://github.com/sindresorhus/emittery/pull/82/files

I'm unsure about how to add the tests. But I added the type into the other methods

@sindresorhus
Copy link
Owner

They need to be tested for this to be merged.

@arthur-er
Copy link
Contributor Author

They need to be tested for this to be merged.

Tests added!

@sindresorhus
Copy link
Owner

sindresorhus commented May 2, 2021

Tests are failing. Please always run npm test locally before pushing changes.

@arthur-er
Copy link
Contributor Author

arthur-er commented May 3, 2021

I'm getting issues with pEvent compatibility, the emitter in pEvent don't expect the emitter methods to receive an array

@sindresorhus sindresorhus changed the title Fix support for typed subscriptions for multiple event names for .on() Fix support for typed subscriptions for multiple event names for .on() Sep 11, 2021
@sindresorhus sindresorhus merged commit c4c11e4 into sindresorhus:main Sep 11, 2021
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.

None yet

2 participants