Update lib.dom.d.ts: MutationObserverInit.attributeFilter can accept an iterator#55989
Update lib.dom.d.ts: MutationObserverInit.attributeFilter can accept an iterator#55989trusktr wants to merge 1 commit intomicrosoft:mainfrom
MutationObserverInit.attributeFilter can accept an iterator#55989Conversation
`MutationObserverInit.attributeFilter` can accept an iterator
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
The bot pointed you to the relevant documentation in #50031 but basically you have to make changes to the DOM libs at https://github.com/Microsoft/TSJS-lib-generator, because the ones in the TS repo are autogenerated from there. |
That time, they had edited |
|
Hmm, so is TSJS-lib-generator obsolete now? |
|
No, there are bits that are generated, and there are bits that aren't. E.g. https://github.com/microsoft/TypeScript/pull/54725/files pulls from the generator but only touches generated files. |
Re-opening of #50031. Please see description there.
Please point me to guidance on how to make this change, and I'll update the PR.
Closes #55990