You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: