You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same is true for controller/component inheritance. Would it make sense to make the computed properties of each be a union of the controller/component's properties + all the inherited properties (mixins + regular ones)?
Yes it would! The tricky part is actually following the inheritance structure and figuring out what .js file to parse into a CST I think. I haven't taken a good hard look at it yet. PRs welcome :)
No description provided.
The text was updated successfully, but these errors were encountered: