🚧
Still under progress. Soon will be finished.
Description
Represent the nodes that are part of a mixin
Properties
| Name | Type | Description |
|---|---|---|
| function | |
The function declaration that represents the mixin. It can also be a variable statement in case of using a function expression to define the mixin. |
| class | |
The internal class that extends the base class provided as argument |