Skip to content

Conversation

@Bashamega
Copy link
Contributor

fixes #2352

@github-actions
Copy link
Contributor

github-actions bot commented Jan 3, 2026

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

@saschanaz
Copy link
Collaborator

This is not a refactoring but a fix 👀

@Bashamega Bashamega changed the title Refactor TypedParams Fix TypedParams Jan 3, 2026
@Bashamega
Copy link
Contributor Author

I have updated the title

@Bashamega
Copy link
Contributor Author

I have fixed the conflicts, can you check it, thank you @saschanaz

node.properties?.replaceReference,
),
...handleTypeParameters(node.properties?.typeParameters),
...handleTypeParameters(node.properties?.typeParameter),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Now the function name doesn't match the parameter. IMO the function signature should be similar to handleTyped.

@Bashamega
Copy link
Contributor Author

I have updated it to make it similar to the handle typed

@Bashamega Bashamega requested a review from saschanaz January 11, 2026 05:01
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.

Rename typeParameters to typeParameter

2 participants