vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Debt: add JSDocs to web components

Open d13 opened this issue 1 year ago • 0 comments

Some web components have a lot of functionality and it takes time to read through the code to know what is available, especially things like Slots and CSS Parts. Adding JSDoc for those will avoid needing to read through the code.

JSDoc formatting for web components: https://custom-elements-manifest.open-wc.org/analyzer/getting-started/#documenting-your-components

d13 avatar Oct 01 '24 16:10 d13