-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Labels
help wantedContributions are especially encouragedContributions are especially encouraged
Description
TypeDoc uses functions which the TypeScript team considers internal and exposes the types in ts-internal.ts.
We should review these methods to see if:
- The methods are still considered private (marked
@internal
) by the TypeScript team - There is an alternative method (hopefully public) that should be used instead
- We could engage the TypeScript team about exposing an api publicly so we are less likely to have breaking changes
Metadata
Metadata
Assignees
Labels
help wantedContributions are especially encouragedContributions are especially encouraged