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
Oh TS-JSDoc, why do you have to be so horrible... this happens because the AST for that class does not include type parameter constraints on the type parameters when getting them for the class, so typedoc is going to have to find it in some other completely inconvenient location...
Search terms
template, typeParam, class
Expected Behavior
Types of javascript class type parameters, if present, are rendered.
Actual Behavior
Types of javascript class type parameters, when present, are not rendered.
Steps to reproduce the bug
Add the following to the example/classes directory (also export from index and turn on
allowJs
:Build the examples and note the lack of the
number
type forT
in the class type parameter but not the constructor's:Environment
The text was updated successfully, but these errors were encountered: