Skip to content

fix: overzealous EventEmitter typings #148

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

Merged
merged 1 commit into from
Jul 19, 2019
Merged

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Jul 19, 2019

Closes electron/electron#13520.

Ensure that all classes and modules which are not EventEmitters are not incorrectly typed as such. Updated by looking at the electron.d.ts file, seeing which modules/classes were typed as extending NodeJS.EventEmitter but didn't emit anything, and adding the delta.

cc @MarshallOfSound

@MarshallOfSound MarshallOfSound merged commit 7ff1d87 into master Jul 19, 2019
@MarshallOfSound MarshallOfSound deleted the fix-event-emitters branch July 19, 2019 17:19
@electron-bot
Copy link

🎉 This PR is included in version 8.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

WebRequest is not actually an EventEmitter
3 participants