🚧 Still under progress. Soon will be finished.

MixinNodes

INTERFACE code

Description

Represent the nodes that are part of a mixin

Properties

Name Type Description
function VariableStatement | FunctionDeclaration

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 ClassExpression | ClassDeclaration

The internal class that extends the base class provided as argument