pulumi/tests/examples
Fraser Waters eb4bec4dce
Update node sdk to use typescript definitions for grpc and protobufs. (#14415)
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.
2023-12-04 15:22:44 +00:00
..
dynamic-provider PR feedback 2023-07-06 20:40:23 -07:00
formattable Move examples tests to /test/examples (#4196) 2020-03-26 20:19:18 -07:00
minimal Update node sdk to use typescript definitions for grpc and protobufs. (#14415) 2023-12-04 15:22:44 +00:00
secrets Move examples tests to /test/examples (#4196) 2020-03-26 20:19:18 -07:00
examples_acceptance_test.go Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
examples_test.go PR feedback 2023-07-06 20:40:23 -07:00