pulumi/sdk
Fraser Waters c1fe7d99ef Don't unwrap clases in TypeScript
Fixes https://github.com/pulumi/pulumi/issues/13561.

This changes the TypeScript unwrap behaviour to not unwrap outputs
through non-trivial objects. This keeps classes like `URL` as just
`URL`.
2023-07-23 13:28:52 +01:00
..
go chore: post-release go.mod updates 2023-07-20 22:54:09 +00:00
nodejs Don't unwrap clases in TypeScript 2023-07-23 13:28:52 +01:00
proto/go [engine] Add support for source positions 2023-07-10 14:35:40 -07:00
python Add the ability to verify an expected log message was written 2023-07-17 13:18:57 +01:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00
go.sum deps(go): Upgrade to grpc 1.56.1 2023-07-06 09:04:16 -07:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.