-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
ElementTraversal: missing some nulls #12526
Comments
PRs welcomed. You can find more information about contributing lib.d.ts fixes at https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md#contributing-libdts-fixes. |
Hi, I'm new to OSS. If I understand the issue right, this looks like a relatively simple problem? If so, I'd be glad to tackle it. |
This should be a simple one to change. the change should be done in https://github.com/Microsoft/TSJS-lib-generator, you will need to edit https://github.com/Microsoft/TSJS-lib-generator/blob/master/inputfiles/overridingTypes.json to include the |
Thanks! PR submitted. |
This still needs to be merged into master from https://github.com/Microsoft/TSJS-lib-generator. Keeping it open until then. |
Inside dom.generated.d.ts:
should be:
Example: https://jsfiddle.net/tkrotoff/khzbrkpg/
(tested with typescript@2.2.0-dev.20161125 lib.dom.d.ts)
The text was updated successfully, but these errors were encountered: