pulumi/tests/testdata/codegen/output-funcs/nodejs-extras
Zaid Ajaj c7ec41f0c5
[sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353)
### Description

#17237 introduced output invokes that don't rely on plain invokes,
however since they now no longer await inputs in the generated provider
sdks and instead await them in the core sdk, we should short-circuit the
output invoke if it contained any unknown values so that the behaviour
matches what was happening before the change.
2024-09-25 20:03:13 +00:00
..
tests [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353) 2024-09-25 20:03:13 +00:00