custom-elements-manifest icon indicating copy to clipboard operation
custom-elements-manifest copied to clipboard

analyzer doesn't collect all jsdoc

Open nnaydenow opened this issue 1 year ago • 0 comments

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?
  • [x] 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

nnaydenow avatar Jun 01 '23 08:06 nnaydenow