Mark prototype property of constructors as readonly in DOM types#59529
Mark prototype property of constructors as readonly in DOM types#59529petamoriken wants to merge 1 commit intomicrosoft:mainfrom
prototype property of constructors as readonly in DOM types#59529Conversation
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
It looks like you've sent a pull request to update some generated declaration files related to the DOM. These files aren't meant to be edited by hand, as they are synchronized with files in the TypeScript-DOM-lib-generator repository. You can read more here. For house-keeping purposes, this pull request will be closed. |
|
Sorry, the bot auto closes PRs from non-maintainers touching these generated files as they're typically sent by people who want to do other changes and don't realize the files are generated. (Not true in your case.) However, do note that this change is in direct opposition to changes made in #58296 which may actually require these prototypes to lose the |
In DOM types, the PR is in progress to mark
prototypeproperty of constructors asreadonly. This PR was created to see if the CI test would pass.microsoft/TypeScript-DOM-lib-generator#968 (comment)