pulumi/sdk/nodejs/runtime
Luke Hoban 0bcca3883e
[sdk] Wait on remote component dependencies (#7541)
When a resource `dependsOn` a remote component, we were not correctly waiting on it, because we were skipping over waiting on comoponents, and only waiting on their custom resource children.  For remote components, we do not know the children, but waiting on the remote component will always wait on all children.

Co-authored-by: Mike Metral <1112768+metral@users.noreply.github.com>
2021-07-16 16:11:34 -07:00
..
closure [sdk/nodejs] Fix a bug in closure serialization. (#6999) 2021-07-15 18:20:09 -07:00
asyncIterableUtil.ts Mark internal APIs @internal to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
config.ts [sdk/nodejs] Warn when a secret config is read as a non-secret (#6896) 2021-05-18 09:48:08 -07:00
debuggable.ts remove erroneous global promise rejection handler (#6864) 2021-04-26 08:27:41 -07:00
index.ts Refactor Mock newResource and call to accept property bag rather than individual args (#6672) 2021-04-14 19:32:18 +01:00
invoke.ts [sdk/nodejs] Support for calling methods (#7377) 2021-07-07 16:03:56 -07:00
mocks.ts Refactor Mock newResource and call to accept property bag rather than individual args (#6672) 2021-04-14 19:32:18 +01:00
resource.ts [sdk] Wait on remote component dependencies (#7541) 2021-07-16 16:11:34 -07:00
rpc.ts [sdk/nodejs] Support for calling methods (#7377) 2021-07-07 16:03:56 -07:00
settings.ts Initial support for resource methods (authoring from Node.js, calling from Python) (#7363) 2021-06-30 07:48:56 -07:00
stack.ts [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00