You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/bake/hclparser
Justin Chadwell 1613fde55c bake: allow interception to create derived contexts
This patch allows high level clients to define an EvalContext method
which can derive a new context given a block and the base parent
context.

This allows users of the package to intercept evaluation before it
begins, and define additional variables and functions that are bound to
a single block.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
body.go bake: support block-based interpolation 2 years ago
expr.go bake: avoid nesting error diagnostics 2 years ago
hclparser.go bake: allow interception to create derived contexts 2 years ago
stdlib.go bake: allow interception to create derived contexts 2 years ago