Skip to content

Conversation

DanielRosenwasser
Copy link
Member

Fixes #34884

Copy link
Contributor

@orta orta left a 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

return tryGetPropertyAccessOrIdentifierToString(expr.expression) + "." + expr.name;
const baseStr = tryGetPropertyAccessOrIdentifierToString(expr.expression);
if (baseStr !== undefined) {
return baseStr + "." + expr.name;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is great 👍

@DanielRosenwasser DanielRosenwasser merged commit b50b9e0 into master Nov 19, 2019
@DanielRosenwasser DanielRosenwasser deleted the fixCheckForGetSetRecommendation branch November 19, 2019 21:00
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.

"Did you mean 'get'/'set'?" errors have issues
2 participants