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

[feat] add inheritance support #6

Closed
vcfvct opened this issue Dec 9, 2021 · 1 comment
Closed

[feat] add inheritance support #6

vcfvct opened this issue Dec 9, 2021 · 1 comment

Comments

@vcfvct
Copy link
Owner

vcfvct commented Dec 9, 2021

currently the decorated fields in the parent classes are not picked up due to the way meta data is stored.
Need to create a global storage for metadata and check instanceof for the constructor's prototype to find the matching fields

@vcfvct
Copy link
Owner Author

vcfvct commented Dec 10, 2021

implemented in #7

@vcfvct vcfvct closed this as completed Dec 10, 2021
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

No branches or pull requests

1 participant