Surface.AST.Expr (surface v0.2.0) View Source
An AST node representing an expression which does not resolve to a value printed out to the final DOM.
Properties
* `:value` - a quoted expression
* `:meta` - compile meta
Link to this section Summary
Link to this section Types
Specs
t() :: %Surface.AST.Expr{meta: Surface.AST.Meta.t(), value: any()}