pulumi/pkg/codegen
Levi Blackstone 282c95ee40
[codegen] Use nullish coalescing for provider defaults on k8s (#4841)
For the NodeJS k8s SDK, rather than falling back to default values
using the || operator, use the nullish coalescing operator (??).
This avoid situations where the primary value is set to false,
and then is overridden by the default value.
2020-06-22 09:38:20 -06:00
..
docs [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
dotnet [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
go Revert "go program gen All.Apply rewriter" 2020-06-18 16:57:55 -07:00
hcl2 [Go Program Gen] Improved type handling and invokes (#4749) 2020-06-05 18:52:00 -07:00
internal/test Revert "go program gen All.Apply rewriter" 2020-06-18 16:57:55 -07:00
nodejs [codegen] Use nullish coalescing for provider defaults on k8s (#4841) 2020-06-22 09:38:20 -06:00
python [codegen] Use nullish coalescing for provider defaults on k8s (#4841) 2020-06-22 09:38:20 -06:00
schema [schema/docs] Use a Markdown parser. (#4838) 2020-06-17 14:02:45 -07:00
docs.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go [codegen/python] Fix nested quotes. (#4539) 2020-04-30 16:34:25 -07:00