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...
Activity
Gerrit0 commentedon May 15, 2025
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...
Fix references to mapped type aliases