pulumi/pkg/codegen/nodejs
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
..
doc.go Generate links for primitive types. (#4386) 2020-04-15 12:56:28 -07:00
doc_test.go [codegen/docs] Cleanup generating links for Pulumi types (#4395) 2020-04-15 11:58:08 -07:00
gen.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gen_intrinsics.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gen_program.go Various codegen updates. (#4424) 2020-04-16 16:44:34 -07:00
gen_program_expressions.go Various codegen updates. (#4424) 2020-04-16 16:44:34 -07:00
gen_program_lower.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gen_program_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
utilities.go Add a code generator for NodeJS programs. (#4284) 2020-04-02 23:27:05 -07:00