CompoundExpressionNodeinterface CompoundExpressionNode extends Node_2 {children: ( | SimpleExpressionNode | CompoundExpressionNode | InterpolationNode | TextNode | string | symbol)[];identifiers?: string[];isHandlerKey?: boolean;type: NodeTypes.COMPOUND_EXPRESSION;}§Extends§Node_2[src]§Properties§children: ( | SimpleExpressionNode | CompoundExpressionNode | InterpolationNode | TextNode | string | symbol)[][src]§identifiers?: string[][src]an expression parsed as the params of a function will track the identifiers declared inside the function body. §isHandlerKey?: boolean[src]§type: NodeTypes.COMPOUND_EXPRESSION[src]