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

Type Literal Properties and Methods should support JSDoc #302

Closed
kitsonk opened this issue Oct 27, 2022 · 0 comments · Fixed by #561
Closed

Type Literal Properties and Methods should support JSDoc #302

kitsonk opened this issue Oct 27, 2022 · 0 comments · Fixed by #561
Labels
feature A new feature

Comments

@kitsonk
Copy link
Contributor

kitsonk commented Oct 27, 2022

Like classes and interfaces, type literal methods and properties should support having JSDoc.

@kitsonk kitsonk added the feature A new feature label Oct 27, 2022
lambdalisue added a commit to vim-denops/deno-denops-core that referenced this issue Jan 3, 2024
We'd like to use `type` to avoid unwilling declaration merging but
deno_doc does not support jsdocs in `type` yet. That's why we use
`interface` instead to show better docs.

denoland/deno_doc#302
lambdalisue added a commit to vim-denops/deno-denops-test that referenced this issue Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant