pulumi/sdk/nodejs/cmd
Fraser Waters 7ff5c18216
Add GetRequiredPackages to the language host (#17894)
Next part of https://github.com/pulumi/pulumi/issues/17507

This adds a new `GetRequiredPackages` method to the language hosts. This
will replace `GetRequiredPlugins`. This change set adds the method, and
the required handling in the engine without making use of the new
information returned by the package form, and without updating the
language hosts to return that information.

This should continue to work by hitting all the compatibility paths.
I'll follow this change up with updating the conformance tests to check
against this, and fixing the language hosts to return the new package
information.
2024-12-02 20:24:23 +00:00
..
dynamic-provider Add `Handshake` to the provider protocol (#17819) 2024-11-26 17:35:47 +00:00
pulumi-language-nodejs Add GetRequiredPackages to the language host (#17894) 2024-12-02 20:24:23 +00:00
run implement RunPlugin for nodejs (#17724) 2024-11-11 10:51:22 +00:00
run-plugin implement RunPlugin for nodejs (#17724) 2024-11-11 10:51:22 +00:00
run-policy-pack implement RunPlugin for nodejs (#17724) 2024-11-11 10:51:22 +00:00