-
Notifications
You must be signed in to change notification settings - Fork 440
Repo maintenance updates #582
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
Comments
Can you remove the deprecated APIs? |
I don't know if there's a specific issue that exists (that would make it easier to track), but I think we need to outline a |
origin: microsoft/TypeScript#20134 |
libdts-generator? 😁 |
Could you provide another update on the status of this repository? Seems like work has completely stopped, or has it moved somewhere else? |
Should I fork this and maintain my own one? 🤔 |
Sorry everyone! I am still watching this repository but haven't had time to validate incoming PRs with our team short-staffed and everyone gone for big chunks of the holidays. |
@falsandtru, mind opening a new issue for the SVG thing again? |
I opened many times but all of them were closed: https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue+author%3Afalsandtru+ElementTagNameMap |
Hmm, maybe we can go alternative way. I've heard that there are many new type features that help defining complex things, so maybe we now can redefine it:
PS: Ah, it's type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>> Edit: Opened #643. |
I think we can mark this as done. @github-actions close |
Closing because @saschanaz is one of the code-owners of this repository. |
There's been a bit of a gap in work on this repository, so thanks everyone for being patient and understanding. We've had some shifting around over the last few months, but here's an update on what we're planning for the short term.
end of Octoberbeginning of November for new APIs and breaking changes; only minor fixes go in after that for 3.2.During this time, @sandersn and I will be the primary contacts on this repo.
I figure I should tag @saschanaz @nd-02110114 @MattiasBuelens @YuichiNukiyama @falsandtru @43081j @a-tarasyuk @irrationalRock since you've either got outstanding PRs, contribute a lot, have contributed a decent amount in the past, or just have a general interest in the updates. Sorry for the noise if not 😅
The text was updated successfully, but these errors were encountered: