pulumi/pkg/codegen/hcl2/model
Pat Gavlin 51588ede49
Fix various printing issues. (#4378)
- Parentheses were not handled properly
- Literals inside of template control sequences were not handled
  properly

These changes also improve test coverage for the printers.
2020-04-13 19:11:56 -07:00
..
format Merge branch 'master' of https://github.com/pulumi/pulumi into evan/gomod 2020-03-18 17:57:58 -07:00
attribute.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
binder_expression.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
binder_expression_test.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
block.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
body.go Fix treatment of trivia in template expressions. (#4352) 2020-04-09 16:37:52 -07:00
diagnostics.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
expression.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
functions.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
printer.go Fix treatment of trivia in template expressions. (#4352) 2020-04-09 16:37:52 -07:00
scope.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
spec.md Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
traversable.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
type.go Merge branch 'master' of https://github.com/pulumi/pulumi into evan/gomod 2020-03-18 17:57:58 -07:00
type_collection.go HCL2 updates (#4309) 2020-04-06 19:43:16 -07:00
type_eventuals.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_list.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_map.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_none.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_object.go Merge branch 'master' of https://github.com/pulumi/pulumi into evan/gomod 2020-03-18 17:57:58 -07:00
type_opaque.go Various updates to the HCL2 semantic model. (#4281) 2020-04-02 21:23:12 -07:00
type_output.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_promise.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_scope.go Various updates to the HCL2 semantic model. (#4281) 2020-04-02 21:23:12 -07:00
type_set.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_test.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_tuple.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
type_union.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
utilities.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00
visitor.go Various updates to the HCL2 semantic model. (#4281) 2020-04-02 21:23:12 -07:00