runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
500 stars 61 forks source link

Is any possibility to use it for svelte? #262

Open vanessatran-ddi opened 1 year ago

vanessatran-ddi commented 1 year ago

We wrote our web components using https://svelte.dev/, but look like there is no support for svelte right now.

justinfagnani commented 1 year ago

The best approach is to have a tool that can generate a custom-elements-manifest.json file for your specific library. I don't think it's feasible for one analyzer to support all the various ways to write elements.

vanessatran-ddi commented 1 year ago

This is what I doubt too, just to seek hope. Thank you, Justin.