pulumi/sdk/nodejs/runtime
joeduffy 6630de503c Support capturing Computed<T>s and Promise<T>s
This change adds support for awaiting any Computed<T> and Promise<T>s
that were captured inside of a function's closure.  This preserves our
ability to capture, for example, resource state that ends up getting
serialized as the final resource state, rather than a snapshot of the
(mostly unresolved) resource state at the time of serialization.
2017-09-06 07:36:19 -07:00
..
native Move environment entry serialization into JavaScript 2017-09-05 16:57:23 -07:00
closure.ts Support capturing Computed<T>s and Promise<T>s 2017-09-06 07:36:19 -07:00
config.ts Move modules to package root 2017-09-04 11:35:21 -07:00
index.ts Tidy up resource properties 2017-09-05 09:31:03 -07:00
langhost.ts Properly report closes due to signals 2017-09-05 12:01:55 -07:00
log.ts Depend only on vendored protos 2017-09-05 11:52:33 -07:00
property.ts Override toString from Property 2017-09-05 15:51:05 -07:00
resource.ts Depend only on vendored protos 2017-09-05 11:52:33 -07:00
settings.ts Add a runtime.Log class 2017-09-04 11:35:21 -07:00