-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix issue property highlight #188
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #188 +/- ##
=======================================
Coverage 80.58% 80.58%
=======================================
Files 12 12
Lines 309 309
Branches 78 78
=======================================
Hits 249 249
Misses 60 60
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Groso PR!! 🍾 🐐 🥇 💯
@@ -8,4 +8,13 @@ object manolo { | |||
method hacerVolarAPepita() { | |||
pepita.vola() | |||
} | |||
} | |||
|
|||
object pepita_2 { |
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.
object pepita_2 { | |
object pepita_2 { |
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.
💎 💎
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.
Grosssoooo @Miranda-03 ! Muchas gracias! 🚀 👨🎤
const getDefinitionFromSyntheticMethod = (method: Method) => { | ||
return method.parent.allFields.find((field) => field.name === method.name && field.isProperty) | ||
} |
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.
Esto es algo piola para tener en TS
fix #50
Se tienen en cuenta las properties a la hora de buscar una definición.