Skip to content
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

Support TypeScript 5.7 #2783

Closed
chadwickellis opened this issue Nov 25, 2024 · 1 comment
Closed

Support TypeScript 5.7 #2783

chadwickellis opened this issue Nov 25, 2024 · 1 comment
Labels
enhancement Improved functionality
Milestone

Comments

@chadwickellis
Copy link

Search Terms

TypeScript 5.7

Problem

TypeDoc currently does not support TypeScript 5.7. This causes issues when attempting to document projects that rely on TypeScript 5.7-specific features or syntax. It prevents proper generation of documentation and hinders developers using the latest TypeScript version.

Suggested Solution

Add compatibility for TypeScript 5.7 in TypeDoc. Ensure that all new features and syntax introduced in TypeScript 5.7 are properly supported, and update the internal TypeScript peer dependency accordingly.

@chadwickellis chadwickellis added the enhancement Improved functionality label Nov 25, 2024
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Nov 25, 2024

#2763 - 0.27 supports TS 5.7, and is releasing tonight/tomorrow depending on how long it takes me to get through updating the remaining docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants