Fix type definition of Event constructor#1837
Fix type definition of Event constructor#1837srenault wants to merge 1 commit intomicrosoft:masterfrom
Event constructor#1837Conversation
|
Hi @srenault, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
There was a problem hiding this comment.
👍
This constructor throws if no name is provided, so this parameter should be considered required.
|
@srenault thanks for the PR. the issue is that this file is actually auto generated from the IE definition files. this makes it easy for us to get an almost accurate DOM definitions without having to update them manually. We plan on updating how the dom typings are generated but for now, we can not make hand edits to this file. If you can log a separate issue, i can get it fixed in our script and update the file. |
|
Ok, I suspected this. It there anyway in my project to override / add a definition of Event constructor without edit lib.d.ts ? |
|
I can not think of one. @RyanCavanaugh ideas? |
No description provided.