pulumi/sdk/nodejs/tests/runtime/langhost
Pat Gavlin a2c30f75ed
Resolve missing outputs as `undefined`. (#1427)
Before the changes in #1414, all output properties were guaranteed to
have values after deserialization. After #1414, any properties with no
value were no longer resolved, which was treated as an error. These
changes resolve all missing proprties to `undefined`. If a property is
missing during an update, its `undefined` value is marked as known.
2018-05-24 11:22:08 -07:00
..
cases Resolve missing outputs as `undefined`. (#1427) 2018-05-24 11:22:08 -07:00
run.spec.ts Discriminate unknown values in the JS runtime. (#1414) 2018-05-23 14:47:40 -07:00