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

Support for Mixins #8

Open
trusktr opened this issue Nov 29, 2018 · 0 comments
Open

Support for Mixins #8

trusktr opened this issue Nov 29, 2018 · 0 comments

Comments

@trusktr
Copy link
Owner

trusktr commented Nov 29, 2018

Currently, Mixins do not work properly in some cases because the Mixin helper generates new classes, so for example multiple applications of a mixin may generate multiple classes that are all technically from the same definition, but because instances of these classes are from technically different class instances, things like private properties will not work when one instance tries to read private properties from an instance of the supposedly same class definition (because technically it is from another class).

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