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
/
hclwrite
/
parser.go
Age
Commit message (
Expand
)
Author
2023-02-28
[COMPLIANCE] Add Copyright and License Headers (#586)
hashicorp-copywrite[bot]
2020-08-21
hclwrite: Make block labels a node in their own right
Martin Atkins
2020-08-21
hclwrite: Fix a bug that Block.open/close positions were not recorded in parser
Masayuki Morita
2020-05-27
Merge pull request #317 from minamijoyo/fix-typos-in-hclwrite-parser
Radek Simko
2020-04-28
hclwrite: handle legacy dot access of numeric indexes
Ben Drucker
2019-10-31
Fix typos in hclwrite/parser.go
Masayuki Morita
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-09-09
hclwrite: Unquoted label should be parsed as *identifier
Masayuki Morita
2018-11-04
hclwrite: Expression.RenameVariablePrefix
Martin Atkins
2018-08-25
hclwrite: Adjust token spacing automatically when writing
Martin Atkins
2018-08-09
hclwrite: Body.SetAttributeValue
Martin Atkins
2018-08-01
hclwrite: Simplify internal data structures
Martin Atkins
2018-07-14
hclwrite: Parsing of absolute traversals in expressions
Martin Atkins
2018-01-23
update zclsyntax to hclsyntax in various comments and strings
Fatih Arslan
2017-09-11
Move the zcl package and its two parsing subpackages to "hcl" names
Martin Atkins
2017-09-11
Rename the ancillary packages from "zcl" to "hcl".
Martin Atkins