pulumi/pkg/codegen/hcl2/syntax
Pat Gavlin 2d530e8038
[hcl2] Fix tokenless body item printing. (#4974)
In general, each item in an HCL2 body must be followed by a trailing
newline. The printer did not properly insert these newlines for body
items without any associated tokens/trivia, or with trivia that did not
include a trailing new line.

Related to #1635.
2020-07-07 13:46:26 -07:00
..
testdata [codegen/hcl2] Fix template control tokens. (#4584) 2020-05-07 09:12:00 -07:00
comments.go [codegen/hcl2] Fix template control tokens. (#4584) 2020-05-07 09:12:00 -07:00
comments_test.go [codegen/hcl2] Fix template control tokens. (#4584) 2020-05-07 09:12:00 -07:00
parser.go Updates to the HCL2 syntax helpers. (#4282) 2020-04-02 20:01:14 -07:00
tokens.go [hcl2] Fix tokenless body item printing. (#4974) 2020-07-07 13:46:26 -07:00
utilities.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00