angular_ast
angular_ast copied to clipboard
Change statement/event bound expression to be a list of statement/expressionstatements
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.