hcl/hcl/hclsyntax
Martin Atkins 77c855c5ed hcl: ExprList function
This helper allows a calling application to require a given expression be
some sort of list constructor (tuple constructor in native syntax, or
array in JSON) and peel off that outer level of list to obtain a slice
of the Expression objects inside.

This is useful in rare cases where the calling application needs to
extract the expressions within the list without evaluating the entire list
expression first. For example, the expressions that result from this
function might be passed into AbsTraversalForExpr in situations where the
caller requires a static list of static traversals that will never
actually be evaluated.
2018-01-12 23:30:41 -08:00
..
2018-01-12 23:30:41 -08:00
2018-01-12 23:30:41 -08:00
2017-09-11 16:49:35 -07:00