Skip to content
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

chore: property accessor should be looked up the prototype chain #8643

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

pskelin
Copy link
Contributor

@pskelin pskelin commented Apr 4, 2024

When a property decorator is used in a base class, the generated getter/setter for the extending class should look up the accessors through the prototype chain and use them.

@pskelin pskelin marked this pull request as ready for review April 4, 2024 13:50
@pskelin pskelin merged commit 333948e into main Apr 5, 2024
9 checks passed
@pskelin pskelin deleted the decorator-accessor-base branch April 5, 2024 06:53
ilhan007 pushed a commit that referenced this pull request Apr 18, 2024
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.

None yet

2 participants