pulumi/pkg/codegen
Pat Gavlin 8fded5f29f
[codegen/hcl2] Fix template control tokens. (#4584)
Token detection was broken for conditional and for expressions that
represent template control sequences. The code originally attempted to
determine whether or not a conditional or for expression was a control
sequence by inspecting the expression's parent. Unfortunately, that
approach is unable to distinguish between expressions that are control
sequences and those that are merely template parts. These changes
instead inspect the first token of the expression for a template control
token (i.e. `%{`): if such a token is found, the expression is detected
as a template control sequence.
2020-05-07 09:12:00 -07:00
..
docs [codegen/docs] Fix kubernetes resource docs links for overlay resources (#4578) 2020-05-06 12:11:31 -07:00
dotnet Codegen changes to prepare for C# Kubernetes schema (#4531) 2020-05-01 12:45:47 +02:00
go [codegen/docs] Remove exclusions used for Kubernetes' provider resource (#4551) 2020-05-03 16:27:33 -07:00
hcl2 [codegen/hcl2] Fix template control tokens. (#4584) 2020-05-07 09:12:00 -07:00
internal/test [codegen/nodejs] Fix #4563. (#4579) 2020-05-06 10:09:20 -07:00
nodejs [codegen/nodejs] Fix #4563. (#4579) 2020-05-06 10:09:20 -07:00
python [codegen/{nodejs,python}] Parse more proxy applies (#4576) 2020-05-05 21:51:53 -07:00
schema Codegen changes to prepare for C# Kubernetes schema (#4531) 2020-05-01 12:45:47 +02:00
docs.go [codegen/docs] Fix the generation of Function names, args, and result type names (#4490) 2020-04-27 17:47:01 -07:00
docs_test.go Remove non-relevant examples and empty examples section from docs comments (#4184) 2020-03-26 10:30:04 -07:00
utilities.go [codegen/python] Fix nested quotes. (#4539) 2020-04-30 16:34:25 -07:00