-
-
Notifications
You must be signed in to change notification settings - Fork 208
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) generic support for component getter and accessor #1689
(fix) generic support for component getter and accessor #1689
Conversation
Do you know why we don't transform getters by doing |
I think it's because it wasn't a part of the props back then and we made it props later. |
Mhm, maybe (I thought $$prop_def always existed, but my memory might be tricking me 😅 ). Either way, if there's nothing speaking against it, I'd say it's probably better to transform it that way now, which would make special code for the generic case unnecessary. What do you think? |
It was originally not in the |
mhhm I think we can probably remove |
9ddb02b
to
2e2c5ad
Compare
…nto generic-getter-setter
Nice one! Is this ready to merge? |
It's ready. Any other thing you want to change? |
#1688