pulumi/pkg/codegen/hcl2/syntax
Pat Gavlin 398878de31
Various codegen updates. (#4424)
- Define `null` in Pulumi HCL2
- Bind Pulumi HCL2 in topological order s.t. variable types can be
  properly computed
- Fix resources that range over bools and numbers
- Add element, length, lookup, readFile, and split functions
- Do not rewrite function signatures with input types during binding
- Fix splat expression binding for non-lists
- Add support for evaluating expressions
- Add support for operator precedence to code generators
- Add support for constants to the HCL2 IR
- Add support for generating ranged resources in Python
- Add support for generating conditional resource in Node and Python
- Fix various naming issues in Python
2020-04-16 16:44:34 -07:00
..
testdata Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
comments.go Various codegen updates. (#4424) 2020-04-16 16:44:34 -07:00
comments_test.go Fix various printing issues. (#4378) 2020-04-13 19:11:56 -07:00
parser.go Updates to the HCL2 syntax helpers. (#4282) 2020-04-02 20:01:14 -07:00
tokens.go Various codegen updates. (#4424) 2020-04-16 16:44:34 -07:00
utilities.go Add an HCL2 static typechecker and semantic model. (#4087) 2020-03-18 09:28:57 -07:00