pulumi/sdk/nodejs/runtime
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
..
closure [sdk/nodejs] Allow missing package.json dependencies (#16433) 2024-06-21 10:04:12 +00:00
asyncIterableUtil.ts Apply autoformat 2023-04-28 18:27:10 -04:00
callbacks.ts fix race condition when registering stack transform (#16443) 2024-06-24 09:35:40 +00:00
config.ts Apply autoformat 2023-04-28 18:27:10 -04:00
debuggable.ts Use existing PULUMI_DEBUG_PROMISE_LEAKS=1 flag to enable printing 2023-06-15 07:43:05 -07:00
dependsOn.ts Implement `dependsOn` for invokes in the NodeJS SDK (#16560) 2024-07-03 14:47:59 +00:00
index.ts Add support for async mocks in TS 2023-06-01 13:58:53 +02:00
invoke.ts Implement `dependsOn` for invokes in the NodeJS SDK (#16560) 2024-07-03 14:47:59 +00:00
mocks.ts Fix NodeJS SDK mocking of custom resource reads (#16542) 2024-07-01 16:05:30 +00:00
resource.ts Implement `dependsOn` for invokes in the NodeJS SDK (#16560) 2024-07-03 14:47:59 +00:00
rpc.ts Implement up --continue-on-error (#15740) 2024-04-22 11:12:45 +00:00
settings.ts Remove stray console.log (#15616) 2024-03-07 11:21:48 +00:00
stack.ts add RegisterResourceTransform as alias for RegisterStackTransform (#16435) 2024-06-21 13:48:56 +00:00
state.ts NodeJS transforms (#15532) 2024-03-07 08:52:34 +00:00