pulumi/sdk
Justin Van Patten e728425b5c
[nodejs/sdk] GetRequiredPlugins: Return plugins even when there're errors (#8699)
The implementation of `GetRequiredPlugins` in the Node.js language host will return an empty set of plugins if it encounters an errors reading `package.json` inside a subdirectory. The intended behavior is to return any plugins that were found (even if there were some errors in the process) and to log any errors that occurred along the way. This change fixes the implementation to behave as intended.
2022-01-06 20:14:09 -08:00
..
dotnet Fix master build (#8651) 2021-12-29 15:25:36 -05:00
go [sdk/go] Add PluginDownloadURL resource option (#8555) 2022-01-05 12:04:39 -08:00
nodejs [nodejs/sdk] GetRequiredPlugins: Return plugins even when there're errors (#8699) 2022-01-06 20:14:09 -08:00
proto Pipe serverURL through register resource (#8544) 2021-12-17 14:52:01 -08:00
python Revert "Python Auto API fix to clear RPC_MANAGER" (#8666) 2021-12-30 17:35:20 -05: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/.