-
-
Notifications
You must be signed in to change notification settings - Fork 762
Open
Description
Search Terms
- tsgo
- TypeScript 6
Problem
Many projects have adopted tsgo (@typescript/native-preview) to improve typecheck performance, but typedoc has a peerDependency on TypeScript 5. If your code includes ES2025-dedicated features (e.g. Uint8Array.prototype.toBase64), either of tsgo or typedoc can emit type errors due to the mismatch of esnext (tsgo: ES2025 / TypeScript 5: ES2024).
Suggested Solution
Add TypeScript 6 and tsgo support to typedoc. TypeScript 6 is still Beta, but it is TypeScript-based unlike tsgo and it has tsconfig compatibility with tsgo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels