mirror of https://github.com/pulumi/pulumi.git
eb4bec4dce
Updates the node SDK to have types for the generated protobufs and grpc services. No more `any`. I don't think these types show up on any user facing parts of the SDK. The two places they could show up are the mock monitor (but I've left that as any for now) and the provider interfaces (which I've also left alone for now). But this fixes up most of our sdk internal code to have types, which flagged a couple of oddities like assuming `Input<string>` was `string` in the alias code, and a whole load of missing undefined checks. |
||
---|---|---|
.. | ||
install-go.sh | ||
install-node.sh | ||
install-packages.sh | ||
install-protobuf-tools.sh | ||
install-python.sh | ||
utils.sh |