ts-type-explorer icon indicating copy to clipboard operation
ts-type-explorer copied to clipboard

Type parameters sometimes not resolved

Open mxsdev opened this issue 3 years ago • 0 comments

In many circumstances, type parameters are not resolved, even if type arguments are. For example:

declare function name(): Promise<void>;

The return type here will show void as a type argument, but will not display T, the relevant type parameter.

Thanks to @Didas-git for pointing this out!

mxsdev avatar Nov 14 '22 03:11 mxsdev