-
Notifications
You must be signed in to change notification settings - Fork 182
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
Missing description for function-type properties #281
Comments
Version 3.11.10 half-fixed it:
|
@KillyMXI thanks for feedback. strange because i am seeing the following:
Is your code on a public repo by any chance? |
Not public yet. I would've stumbled over this issue before publishing either way. Typedoc version is 0.22.10. I've also tried 0.22.7 (just chosen randomly), with no observed difference. |
Ok i worked out why there was a discrepancy - prettier removed surrounding parenthesis from |
Haha. I don't like prettier for different reasons, but here is an example when something is not an equivalent transformation from different systems point of view. It should probably be a concern for typedoc. But I think I'm going to make use of it (to have all keys alphabetically sorted) rather than report it :) I confirm version 3.11.11 is working, produces following result:
Thank you! |
Minimal type declaration:
Expected markdown:
Actual markdown:
bar1 moved to the last row. Typedoc considers only this type declaration as a function;typedoc-plugin-markdown
and is a serious issue.Typedoc HTML text:
The text was updated successfully, but these errors were encountered: