pulumi/pkg/codegen/python
Pat Gavlin 255620ea1e
[codegen/nodejs] Await invokes in async contexts. (#4598)
If we are generating code into an async context (e.g. an async main),
await calls to invoke rather than leaving them as promises. This results
in more idiomatic code withing such contexts.
2020-05-11 10:21:56 -07:00
..
doc.go [codegen/python] Fix case mapping. (#4538) 2020-04-30 14:16:56 -07:00
gen.go Escape """ in Python doc comments. (#4570) 2020-05-05 12:39:35 -07:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00
gen_program_expressions.go [codegen/nodejs] Await invokes in async contexts. (#4598) 2020-05-11 10:21:56 -07:00
gen_program_lower.go [codegen/{nodejs,python}] Parse more proxy applies (#4576) 2020-05-05 21:51:53 -07:00
gen_program_quotes.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00
gen_program_quotes_test.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00
gen_program_test.go [codegen] Add support for caching package schemas. (#4534) 2020-04-30 13:22:24 -07:00
importer.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
python.go [codegen/python] Decrease alloc volume in PyName. (#4533) 2020-04-30 13:22:13 -07:00
utilities.go [codegen/hcl2] Fix the apply rewriter. (#4486) 2020-04-24 22:04:24 -07:00
utilities_test.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00