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

Improve handling of @customElement(variable) #177

Closed rictic closed 4 years ago

rictic commented 4 years ago

If resolveNodeValue is called on an identifier without a strict context, it will return the identifier's name as a the value, which isn't what we want when resolving a custom element tagname.

runem commented 4 years ago

Looks great! Thanks for fixing this :-)