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

Mixins don't get considered when considering aliveness of a property #3

Open
minichate opened this issue Dec 15, 2016 · 2 comments
Open

Comments

@minichate
Copy link
Owner

No description provided.

@anurag90x
Copy link

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)?

@minichate
Copy link
Owner Author

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 :)

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

2 participants