pulumi/sdk/nodejs/runtime
Luke Hoban fc38d7d4d9
Handle mixed versions of Resources in parent hierarchy (#2942)
For new properties added to `Resource`, we need to make sure to handle cases where these are undefined as they may not be available on versions of `Resource` that come from older SDK versions, which could me side-by-side in a single Pulumi program execution.

Fixes #2938
2019-07-16 11:15:26 -07:00
..
closure Serialized function parameter count. (#2748) 2019-05-20 22:19:22 -04:00
config.ts Do not lazy initialize config or settings 2018-08-06 15:53:38 -07:00
debuggable.ts make the context-param non-optional for debuggable promises. (#2242) 2018-11-24 18:57:17 -08:00
index.ts Actually export type. (#1971) 2018-09-21 11:58:58 -07:00
invoke.ts Remove `acceptsSecrets` from InvokeRequest 2019-05-10 17:07:52 -07:00
resource.ts Handle mixed versions of Resources in parent hierarchy (#2942) 2019-07-16 11:15:26 -07:00
rpc.ts Correctly push secretness up during deserialization in runtimes 2019-07-09 10:40:27 -07:00
settings.ts Support aliases for renaming, re-typing, or re-parenting resources (#2774) 2019-05-31 23:01:01 -07:00
stack.ts Support the exported value of a stack being a Promise/Output itself (#2916) 2019-07-09 17:22:35 -07:00