pulumi/sdk
Luke Hoban 4a4b9628db 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.
2022-01-13 08:48:07 -08:00
..
dotnet Restore coverage collection for dotnet (#8728) 2022-01-13 09:35:44 -05:00
go Unify Map and Value number exporting (#8682) 2022-01-10 12:18:13 -08:00
nodejs Allow optional inputs to be Input<T | undefined> 2022-01-13 08:48:07 -08:00
proto Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
python [sdk/python] add plugin download url (#8692) 2022-01-11 08:26:48 -08:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod [langhost/node] More ESM support: `nodeargs`, main entrypoints, and tests (#8655) 2022-01-04 18:54:38 -08:00
go.sum [langhost/node] More ESM support: `nodeargs`, main entrypoints, and tests (#8655) 2022-01-04 18:54:38 -08:00

README.md

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/.