Surface.AST.Interpolation (surface v0.2.1) View Source

An AST node representing interpolation within a node

Properties

* `:original` - the original text, useful for debugging and error messages
* `:value` - a quoted expression
* `:meta` - compilation meta data

Link to this section Summary

Link to this section Types

Specs

t() :: %Surface.AST.Interpolation{
  meta: Surface.AST.Meta.t(),
  original: binary(),
  value: any()
}