Skip to content

chore: render a non-empty signature for overloads#1644

Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:overloads_render
Jan 14, 2025
Merged

chore: render a non-empty signature for overloads#1644
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:overloads_render

Conversation

@pavelfeldman
Copy link
Member

No description provided.

if (membersWithOverloads.has(name) && signatures)
name = `${name}(${signatures[0]})`;
if (membersWithOverloads.has(name) && signatures) {
// Pick first non-empty signature if any that way following will stand:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I help?

@pavelfeldman pavelfeldman merged commit 2080652 into microsoft:main Jan 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants