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

analyzer doesn't collect all jsdoc #215

Open
1 of 2 tasks
nnaydenow opened this issue Jun 1, 2023 · 0 comments
Open
1 of 2 tasks

analyzer doesn't collect all jsdoc #215

nnaydenow opened this issue Jun 1, 2023 · 0 comments

Comments

@nnaydenow
Copy link

nnaydenow commented Jun 1, 2023

Is it possible somehow to access the JSDoc comments of class decorators? The only way to collect all JSDoc was to get the full text of ClassDeclaration statement but it also gives a lot of unneeded information.

https://astexplorer.net/#/gist/20bf16d35981fcc63a83c7c72b1bcfea/e2e71985b268fa7cf66ecff1d36a412178f1aebe

Checklist

  • Did you run the analyzer with the --dev flag to get more information?
  • Did you create a minimal reproduction in the playground?

Completing the items above will greatly improve triaging time of your issue.

Expected behavior
ClassDeclaration JSDoc to contain all comments assigned to the class from customElement, mydecorator1 , mydecorator2 decorators that enhance the following class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant