pulumi/pkg/codegen/nodejs
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
..
doc.go [codegen/nodejs] SDK generator fixes. (#4618) 2020-05-13 10:55:37 -07:00
doc_test.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen.go [codegen] Use nullish coalescing for provider defaults on k8s (#4841) 2020-06-22 09:38:20 -06:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Turn program gen NYIs into diagnostic errors (#4794) 2020-06-10 10:21:53 -07:00
gen_program_expressions.go Fix C# (and a bit of Node.js) program gen based on errors from AWS samples (#4673) 2020-05-22 08:46:25 +02:00
gen_program_lower.go [codegen/nodejs] Await invokes in async contexts. (#4598) 2020-05-11 10:21:56 -07:00
gen_program_test.go Turn program gen NYIs into diagnostic errors (#4794) 2020-06-10 10:21:53 -07:00
importer.go [codegen/schema] Support default union types. (#4746) 2020-06-02 18:15:21 -07:00
utilities.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00