-
-
Notifications
You must be signed in to change notification settings - Fork 735
Review ts-internal #830
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
There are some relevant comments on @christopherthielen's #310 and #314 PRs |
0.20 does a pretty good job of cleaning this up. There are only two things left in it, one of them has an issue that I expect will be accepted to be made public. The other... is deeply integrated into how typedoc works, isn't going to be exposed by the TS team, and will just have to be lived with for a while. typedoc/src/lib/ts-internal.ts Lines 1 to 19 in 33c2bc6
|
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:
@internal
) by the TypeScript teamThe text was updated successfully, but these errors were encountered: