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
config.ts
debuggable.ts
index.ts
invoke.ts
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