pulumi/sdk
Luke Hoban ae70447a18 Allow optional inputs to be Input<T | undefined>
The Node.js runtime accepts `Output<undefined>` values as inputs to
optional parameters, but the TypeScript typing currently does not
allow these. This extends the TypeScript typings to allow
`Output<undefined>` values as inputs to optional input properties.

I cannot think of any way in which this is breaking or would regress
any aspect of the TypeScript experience, other than making the `.d.ts`
files a little "noisier".

Fixes #6175.
2021-11-17 08:55:04 -08:00
..
dotnet Fixing broken lists in dotnet docs (#8178) 2021-11-15 17:40:19 -08:00
go Add tests that return failures from Call (#8424) 2021-11-16 08:58:46 -08:00
nodejs Allow optional inputs to be Input<T | undefined> 2021-11-17 08:55:04 -08:00
proto Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
python [sdk/python] Avoid 'referenced before assignment' error (#7135) 2021-11-16 13:57:09 -08:00
go.mod Fix cmdutil.PrintTable to handle ansi escapes and non-byte glyphs (#8344) 2021-11-04 10:06:20 +00:00
go.sum Fix cmdutil.PrintTable to handle ansi escapes and non-byte glyphs (#8344) 2021-11-04 10:06:20 +00:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.