-
Notifications
You must be signed in to change notification settings - Fork 431
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 event types of XMLHttpRequest #110
Conversation
How can I override |
@zhengbli Are you supported signature overriding like this? |
ping @zhengbli |
Overriding the signatures of |
Any updates? |
Actually I found it is easier to change the emitting F# code. I sent another PR at #144, sorry for the delay. |
LGTM 👍 |
…s an extendable interface (microsoft#110) * Bring back the EventListenerOrEventListenerObject and EventListener as an extendable interface * Merge main * Use th existing build infra to add the eventlistener * Docs * Eslint fix * No circular reference * Remove call signature code * Final removal * Remove the hack for EventListenerOrEventListenerObject * Update src/build.ts Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> * User override types for EventTarget * Update src/build/emitter.ts Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Fixes microsoft/TypeScript#8691