pulumi/sdk/nodejs/runtime
Alex Clemmer 5dc184004c Implement `listResourceOutputs` in the Node.js SDK
This commit will expose the new `Invoke` routine that lists resource
outputs through the Node.js SDK.

This API is implemented via a new API, `EnumerablePromise`, which is a
collection of simple query primitives built onto the `Promise` API. The
query model is lazy and LINQ-like, and generally intended to make
`Promise` simpler to deal with in query scenarios. See #2601 for more
details.

Fixes #2601.
2019-04-18 16:39:15 -07:00
..
closure Work around a legal code pattern that previous versions of TypeScript complain about. (#2631) 2019-04-08 11:21:01 -07: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 Have child resources update their parent urn to include themselves in its dependencies. (#2299) 2019-02-21 20:18:29 -08:00
resource.ts Implement `listResourceOutputs` in the Node.js SDK 2019-04-18 16:39:15 -07:00
rpc.ts Converting an Output to a string or JSON now produces a warning . (#2496) 2019-02-27 16:00:54 -08:00
settings.ts make the context-param non-optional for debuggable promises. (#2242) 2018-11-24 18:57:17 -08:00
stack.ts Break out Resource and Output into their own files (#2420) 2019-01-31 18:08:17 -08:00