-
-
Notifications
You must be signed in to change notification settings - Fork 737
readonly T[]
is exported as keyof T[]
#1336
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
This really confused me for a bit because I distinctly remember fixing exactly this bug... and thought I did it ~6 months ago. Turns out it is fixed on the wip library mode branch, but not on master... https://github.com/TypeStrong/typedoc/blob/library-mode/src/lib/converter/type-nodes.ts#L148-L160 It should be fairly simple to update the converter for type operator types on master to handle this properly, PR welcome if you want to give it a shot. |
@Gerrit0 Is there an ETA of the library mode branch? We are testing different documentation generation options, but we don't need it immediately. |
I wish! The checklist at #1184 (comment) is the closest thing I can point you towards there. I seem to be able to do 1-2 medium, or 1 large and 1 small tasks per weekend... which indicates it will be at least a month, probably closer to two. |
Search terms
readonly, keyof
Expected Behavior
For the following code:
typedoc should export:
Actual Behavior
typedoc exports:
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: