-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve deprecated suggestion node position #39702
Improve deprecated suggestion node position #39702
Conversation
} | ||
} | ||
|
||
function getSignautreSuggestionNode(node: CallLikeExpression): Node { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: getSignautreSuggestionNode -> getSignatureSuggestionNode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh. Yes... sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
@typescript-bot cherry-pick this to release-4.0 |
Heya @DanielRosenwasser, I've started to run the task to cherry-pick this into |
Hey @DanielRosenwasser, I've opened #39985 for you. |
Component commits: cd5dde5 Improve deprecated suggestion node position 6e39ee7 fix typo a593fd0 Simplify code 58f6f3d merge helper function Co-authored-by: kingwl <[email protected]>
Fixes #39686