lowclass icon indicating copy to clipboard operation
lowclass copied to clipboard

Support for Mixins

Open trusktr opened this issue 7 years ago • 0 comments

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

trusktr avatar Nov 29 '18 00:11 trusktr