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
* Add failing test for generic spread with default props
* Do not throw an error when prop types contain a generic spread
* Update generic converter to convert utility types
$Exact<T> is now converted to T directly to make object spreading
easier to work with as we do not care about exactness when spreading
from a prop documentation perspective.
* Gitignore vscode metadata
* Add tests
* Add referenceIdName to identifiers converted in type mode
This provides a name that can be used when wanting to print the name of
a generic or similar, which is what we're doing with the typeof node.
* Update typeof to use referenceIdName if name does not exist
0 commit comments