angular_ast icon indicating copy to clipboard operation
angular_ast copied to clipboard

Change statement/event bound expression to be a list of statement/expressionstatements

Open mk13 opened this issue 8 years ago • 0 comments
trafficstars

Event-bound values are not entirely just Expression type, but List of statements (specifically ExpressionStatement).

Adjust the ast to store these values instead of just "expression" type.

mk13 avatar Jun 29 '17 20:06 mk13