pulumi/sdk/nodejs/cmd/pulumi-language-nodejs
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
..
main.go [nodejs/sdk] GetRequiredPlugins: Return plugins even when there're errors (#8699) 2022-01-06 20:14:09 -08:00
main_test.go [nodejs/sdk] GetRequiredPlugins: Return plugins even when there're errors (#8699) 2022-01-06 20:14:09 -08:00
proxy.go Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
proxy_unix.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
proxy_windows.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00