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
I was wondering if it would make sense to expose the fullName for Interfaces. Right now for example for JSX.Element, the serialised name is Element. It might make sense to expose the fullName as ['_global', 'JSX', 'Element']
The text was updated successfully, but these errors were encountered:
Hey @runem
Thanks for the great module!
I was wondering if it would make sense to expose the fullName for Interfaces. Right now for example for JSX.Element, the serialised name is Element. It might make sense to expose the fullName as
['_global', 'JSX', 'Element']
The text was updated successfully, but these errors were encountered: