@attribute is not added to "attributes"
KonnorRogers opened this issue · 0 comments
KonnorRogers commented
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
When using the /** @attribute myAttr */
JSDOC tag, I expect it to get added to "attributes" object. @attr
works as expected.
Minimal Repro: