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
TypeScript 4.2 contained some changes which makes this specific case better. If you update your TS version, you should see that union types are better about preserving their names if they are aliased somewhere.
Search terms
unions, arguments
Expected Behavior
The reflections generated by Typedoc preserve the reference to the
Union
type:Actual Behavior
The reflections generated by Typedoc "expand" the union, and lose reference to the
Union
type:Environment
In case that matters, I'm seeing this when using in the JSON output.
The text was updated successfully, but these errors were encountered: