pulumi/sdk/nodejs/tests/runtime
Sean Gillespie 2d4a3f7a6a
Move management of root resource state to engine (#1944)
* Protobuf changes

* Move management of root resource state to engine

This commit fixes a persistent side-by-side issue in the NodeJS SDK by
moving the management of root resource state to the engine. Doing so
adds two new endpoints to the Engine gRPC service: 1) GetRootResource
and 2) SetRootResource, which get and set the root resource
respectively.

* Rebase against master, regenerate proto
2018-09-18 11:47:34 -07:00
..
langhost Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
closure.spec.ts Produce a strongly-typed 'unwrap' function to help with deep unwrapping of Input values. (#1915) 2018-09-11 19:38:45 -07:00
jsClosureCases.js Issue a better error message if you capture a V8 intrinsic (#1423) 2018-05-24 11:54:31 -07:00
props.spec.ts Discriminate unknown values in the JS runtime. (#1414) 2018-05-23 14:47:40 -07:00