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 expect the documentation for propertyA to link to the documentation for AliasA.
Actual Behavior
The documentation for propertyA is documented as Readonly, with no link to anything. No combination of @expand, @inline, @expandType, or @inlineType seems to affect the output.
This is happening because TS will eagerly evaluate some mapped types, so TypeDoc doesn't get a symbol which points to the alias at any point. No type arguments are included because of a check to avoid including defaulted type arguments.
I don't like the fix, but don't see a way around it...
Search terms
Expected Behavior
Given this code:
I expect the documentation for
propertyA
to link to the documentation forAliasA
.Actual Behavior
The documentation for
propertyA
is documented asReadonly
, with no link to anything. No combination of@expand
,@inline
,@expandType
, or@inlineType
seems to affect the output.Steps to reproduce the bug
Please see my reproduction repo at https://github.com/ezzatron/typedoc-broken-type-alias-repro - the README includes reproduction steps.
You can see the repro output at https://ezzatron.com/typedoc-broken-type-alias-repro/interfaces/InterfaceA.html#propertya
Environment
[email protected]
[email protected]
v24.0.0
The text was updated successfully, but these errors were encountered: