pulumi/sdk
Anton Tayanovskyy f6fc099792
Avoid importing typescript unless necessary (#10185)
* Avoid importing typescript in node SDK where possible

* Lazy-load runtime/closure in dynamic/index.ts

* More targeted runtime import in config.ts

* More precise imports in run-policy-pack/run.ts

* More precise imports for dynamic-provider/index.ts

* More precise imports for automation/server.ts

* Share typescript compiler option loading func in run.ts and run-policy-pack/run.ts

* Lazy-load ts-node that depends on TypeScript

* Break module import cycle

* Fix node lint
2022-07-20 17:38:55 -04:00
..
dotnet Fix AddRemoveListPlugins in dotnet automation tests when running on MacOS arm64 (#10157) 2022-07-18 11:38:47 +02:00
go Expose context.Context from pulumi.Context (#10190) 2022-07-20 14:15:02 -07:00
nodejs Avoid importing typescript unless necessary (#10185) 2022-07-20 17:38:55 -04:00
proto/go Add random seed to Check (#10141) 2022-07-20 12:25:43 +01:00
python Add random seed to Check (#10141) 2022-07-20 12:25:43 +01:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Add NewUniqueName (#9852) 2022-06-15 20:11:20 +01:00
go.sum Update java to 0.5.0 (#10129) 2022-07-14 17:01:37 -04:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please 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.