You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for your effort on building this useful tool 👍
I have a question regarding name of the interface that is used during the analyze of ts files:
Would be feasible to customize the name of an interface for analysis. For instance, HTMLElementTagNameMap to IntrinsicElements?
What do you think?
The text was updated successfully, but these errors were encountered:
Definitely! I might built a separate JSX-flavor for this, that can be activated via a flag (eg. --jsx). Would there be more JSX-declaration specific syntax to support? Eg. IntrinsicAttributes?
Hello,
Thank you for your effort on building this useful tool 👍
I have a question regarding name of the interface that is used during the analyze of ts files:
Would be feasible to customize the name of an interface for analysis. For instance,
HTMLElementTagNameMap
toIntrinsicElements
?What do you think?
The text was updated successfully, but these errors were encountered: