pulumi/sdk
joeduffy 00442b73b4 Alter the way unknown properties are serialized
This change serializes unknown properties anywhere in the entire
property structure, including deeply embedded inside object maps, etc.

This is now done in such a way that we can recover both the computed
nature of the serialized property, along with its expected eventual
type, on the other side of the RPC boundary.

This will let us have perfect fidelity with the new bridge's view on
computed properties, rather than special casing them on "one side".
2017-07-21 14:00:30 -07:00
..
go/pkg/lumirpc Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
js/src/lumirpc Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
proto Alter the way unknown properties are serialized 2017-07-21 14:00:30 -07:00
README.md Remove some obsolete names 2017-06-24 11:55:16 -07:00

sdk

The SDK directory contains language packages for the various supported languages.

These packages are real language packages and not LumiPacks. Therefore, they can contain I/O, asynchronous code, and anything else necessary for building runtime code, resource providers, and other helpful tooling and abstractions.