typedoc-default-themes icon indicating copy to clipboard operation
typedoc-default-themes copied to clipboard

Show the type of destructuring parameter in case it has type defined

Open Maximkaaa opened this issue 7 years ago • 1 comments

This is a follow-up PR for pull request on main repo - https://github.com/TypeStrong/typedoc/pull/621. This changes the displayed type of destructured parameter:

/**
 * A function with a destructuring argument that implements interface.
 */
export function functionWithTypedDestr({name}: classes.INameInterface) { }

Before change:

typed_desctr

After change:

typed_desctr_new

No other test cases are affected by this change.

Maximkaaa avatar Oct 12 '17 21:10 Maximkaaa

I was just looking for this. Could it be merged please?

ozum avatar Feb 19 '18 16:02 ozum