JSDoc conventions for .astro components? #1242
YoungElPaso
started this conversation in
Proposal
Replies: 1 comment 1 reply
-
We have an accepted RFC for this here: https://github.com/withastro/roadmap/blob/main/proposals/0026-component-interface.md We haven’t ever had time to actually implement support for this in our language tooling though. @Princesseuh Do you think there are any changes needed to that proposal now or would it still serve as a good reference for someone interested in implementing it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Summary
Would be nice to have a standard JSDoc or similar implementation for documenting components. Useful for intellisense etc.
Background & Motivation
When adding a component to a page or other component, its nice to be able to see what that component does etc.
Goals
Beta Was this translation helpful? Give feedback.
All reactions