index
:
hcl.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hcl
/
json
/
structure.go
Age
Commit message (
Expand
)
Author
2019-09-09
Unfold the "hcl" directory up into the root
Martin Atkins
2019-09-09
Change module path to github.com/hashicorp/hcl/v2
Martin Atkins
2019-06-17
return array value evaluation diagnostics (#113)
Mahmood Ali
2019-03-05
json: Eval json null values as cty.Null (#90)
Mahmood Ali
2019-02-14
json: Allow null values for block attributes (#87)
Danielle Tomlinson
2018-12-12
hcl/json: Detect variable references in property names
Martin Atkins
2018-07-28
hcl: Include Expression reference in diagnostics
Martin Atkins
2018-07-28
hcl: Annotate diagnostics with expression EvalContext
Martin Atkins
2018-07-18
Fix "attribute" vs "argument" terminology in diagnostics
Martin Atkins
2018-03-04
hcl: ExprCall function
Martin Atkins
2018-02-23
hcl: ExprMap function
Martin Atkins
2018-02-17
hcl/json: catch and reject duplicate attrs in JustAttributes
Martin Atkins
2018-02-17
hcl/json: allow more flexible use of arrays when describing bodies
Martin Atkins
2018-01-27
json: update stale references to "zcl"
Martin Atkins
2018-01-27
json: remove non-functional HIL parsing functions
Martin Atkins
2018-01-23
update zclsyntax to hclsyntax in various comments and strings
Fatih Arslan
2018-01-12
hcl/json: detect variable references in string values
Martin Atkins
2018-01-12
hcl: ExprList function
Martin Atkins
2018-01-12
hcl: AbsTraversalForExpr and RelTraversalForExpr
Martin Atkins
2017-09-11
Move the zcl package and its two parsing subpackages to "hcl" names
Martin Atkins