pulumi/sdk/nodejs/tests/runtime
Will Jones 100470d2e7
Revert "Implement `dependsOn` for invokes in the NodeJS SDK (#16560)" (#16642)
From SDKs, we call invokes in one of two ways:

* In a "non-output" context (e.g. `getX`), which has a result dependent
on the language (e.g. a `Promise` in NodeJS) that _does not_ track
dependencies.
* In an "output" context (e.g. `getXOutput`), which has an `Output` type
and does track dependencies.

In the non-output case, `dependsOn` really doesn't make sense, since
this style of invoke is inherently ignoring dependency tracking/outputs.
This commit thus reverts 492c57c7dd so
that we can rethink the design before people's programs are subtly
broken in this case.
2024-07-12 10:16:55 +00:00
..
langhost Revert "Implement `dependsOn` for invokes in the NodeJS SDK (#16560)" (#16642) 2024-07-12 10:16:55 +00:00
testdata Fix usage of getters and setters in Lambda callback functions (#16568) 2024-07-08 09:51:12 +00:00
asyncIterableUtil.spec.ts Eliminate async promise executor. 2023-05-11 13:05:43 -04:00
closure-integration-tests.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
findWorkspaceRoot.spec.ts Fix codepaths computation when working dir is nested relative to package.json (#15601) 2024-03-08 16:16:47 +00:00
install-package-tests.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
pack.ts Vendor TypeScript and ts-node (#15622) 2024-04-10 15:26:37 +00:00
props.spec.ts Replace Rome with Biome in the NodeJS SDK (#16456) 2024-06-24 11:14:56 +00:00
registrations.spec.ts Suppress grpc rejections due to the resource monitor terminating 2023-06-14 14:43:32 -07:00
settings.spec.ts Apply autoformat 2023-04-28 18:27:10 -04:00