hcl/zcldec
Martin Atkins 5477fecfad zclsyntax: require newlines after block items
Previously we tolerated EOF as an alias for newline, but a file without
a newline at the end is a edge case primarily limited to contrived
examples in unit tests, and requiring it simplifies tasks such as code
generation in zclwrite, since we can always assume that every block item
comes with a built-in line terminator.
2017-06-09 08:19:47 -07:00
..
decode.go zcldec: SourceRange function 2017-06-04 08:13:36 -07:00
doc.go zcldec: initial work on decoding bodies directly to cty.Value 2017-06-03 17:34:32 -07:00
gob.go zcldec: initial work on decoding bodies directly to cty.Value 2017-06-03 17:34:32 -07:00
public_test.go zclsyntax: require newlines after block items 2017-06-09 08:19:47 -07:00
public.go zcldec: SourceRange function 2017-06-04 08:13:36 -07:00
schema.go zcldec: initial work on decoding bodies directly to cty.Value 2017-06-03 17:34:32 -07:00
spec.go zcldec: convert AttrSpec results to the given type 2017-06-04 13:22:03 -07:00
variables_test.go zclsyntax: require newlines after block items 2017-06-09 08:19:47 -07:00
variables.go zcldec: flesh out and test the Variables function 2017-06-04 08:30:54 -07:00