pulumi/sdk/nodejs/tests
joeduffy 1c2c972d37 Add back Computed<T> as a short-hand
This adds back Computed<T> as a short-hand for Promise<T | undefined>.
Subtly, all resource properties need to permit undefined flowing through
during planning  Rather than forcing the long-hand version, which is easy
to forget, we'll keep the convention of preferring Computed<T>.  It's
just a typedef and the runtime type is just a Promise.
2017-09-20 09:59:32 -07:00
..
runtime Add back Computed<T> as a short-hand 2017-09-20 09:59:32 -07:00
config.spec.ts Take an initial stab at closure serialization 2017-09-04 11:35:21 -07:00
init.spec.ts Take an initial stab at closure serialization 2017-09-04 11:35:21 -07:00
util.ts Eliminate Computed/Property in favor of Promises 2017-09-20 09:59:32 -07:00