runem / web-component-analyzer

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

Analyzing Array Properties doesn't work as expected #178

Open davemooreuws opened 4 years ago

davemooreuws commented 4 years ago

Hello,

I have been working with the API portion of the project with the inlineTypes flag turned on. My goal is the extract the property types that are Arrays of objects.

Looking at the example I made below, you can see that the type of 'object', which is technically correct to a level. But I think arrays should be shown here. With inlineTypes turned on it should be { name: string; }[].

Please see example: Link to example