-
Notifications
You must be signed in to change notification settings - Fork 177
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
[typedoc-plugin-markdown@next] Partially generating events #534
Comments
Thanks - issues should be fixed when using typedoc |
Thanks, closing. |
@tgreyuk i didn't noticed it earlier, but i noticed it always generates ( |
ok - i'll re-open and investigate... |
FYI - here's the type decleration file generated by stencil for reference;
We use Source code:
|
Hi, any update on this, can I help in any way? |
I did update so the param type is displayed in the signature but not sure if this is sufficient. What would be really useful though is an example repo to test against. |
@tgreyuk I created a repo; https://stackblitz.com/github/CoderIllusionist/typedoc-plugin-demo It's already fixed indeed, just made the example repo so you could check it. I noticed that the |
@CoderIllusionist thanks for putting the repo together - that is super useful. So this is an interesting one. The entry point in this case is a d.ts file generated by stencil which has already been sorted alphbetically. So infact |
No problem :). Yes indeed, I noticed that after I posted the comment, my bad 😃 . For us the events are fixed, you can close this issue if you want to, I'll try to keep the example repo up and running if you need it. |
Ok thanks @CoderIllusionist i will close this one. All this feedback is appreciated and obviously please do continue raising new issues as you find stuff. |
Hi,
Given the following interface;
Will resolve to
As you can see the description is empty and it doesn't take
@deprecated
into account. Any idea how to fix that ? The interface itself is generated by StencilJS.P.S. when not adding the
@eventProperty
it wont register an eventThe text was updated successfully, but these errors were encountered: