pulumi/sdk/nodejs/tests/runtime/langhost
Will Jones 492c57c7dd
Implement `dependsOn` for invokes in the NodeJS SDK (#16560)
This commit adds support for passing `dependsOn` to invokes (whether
streamed or not) in the NodeJS SDK. This allows programs to ensure that
certain invokes are executed after things they depend on, even if that
dependency is not implicitly captured with an input-output relationship.

Part of #14243
2024-07-03 14:47:59 +00:00
..
cases Implement `dependsOn` for invokes in the NodeJS SDK (#16560) 2024-07-03 14:47:59 +00:00
run.spec.ts Implement `dependsOn` for invokes in the NodeJS SDK (#16560) 2024-07-03 14:47:59 +00:00