Skip to content
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

Symbols missing documentation from "implements" #1013

Open
panva opened this issue Mar 11, 2025 · 0 comments
Open

Symbols missing documentation from "implements" #1013

panva opened this issue Mar 11, 2025 · 0 comments
Labels
docs gen Related to the documentation generation

Comments

@panva
Copy link

panva commented Mar 11, 2025

The implemented interface (implements [types.ProduceJWT]) is not linked, there's no click through to the interface that a class implements.

Details

Image

Furthermore, none of the methods from said implemented interface have their documentation used

See e.g. https://jsr.io/@panva/jose/doc/jwt/sign/~/SignJWT#method_setaudience_0 which lacks documentation from the interface12 despite typescript obviously picking up on those and using them in intellisense.

Footnotes

  1. https://jsr.io/@panva/jose/doc/~/ProduceJWT.setAudience

  2. https://jsr.io/@panva/jose/doc/~/ProduceJWT#methods_setaudience_2

@github-project-automation github-project-automation bot moved this to Needs Triage in JSR Mar 11, 2025
@crowlKats crowlKats added the docs gen Related to the documentation generation label Mar 12, 2025
@crowlKats crowlKats moved this from Needs Triage to Ready in JSR Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs gen Related to the documentation generation
Projects
Status: Ready
Development

No branches or pull requests

2 participants