mirror of https://github.com/pulumi/pulumi.git
![]() Continue to capture the statically-known set of dependencies (if any) in Output.resources, and capture the dynamically-known set of dependencies in Output.__asyncResources. This retains signature compatibility with older versions. The behavior is as follows: - If a newer Output instance is serialized by an older @pulumi/pulumi, dynamic dependencies will not be reported to the engine. This is consistent with the older behavior. - If an older Output instance is serialized by a newer @pulumi/pulumi, its static dependencies will be reported to the engine. This is consistent with the older behavior. - If a new Output instance is serialized by a new @pulumi/pulumi, its static and dynamic dependencies will be reported to the engine. This is new behavior. Tests will come shortly. |
||
---|---|---|
.. | ||
closure | ||
config.ts | ||
debuggable.ts | ||
index.ts | ||
invoke.ts | ||
resource.ts | ||
rpc.ts | ||
settings.ts | ||
stack.ts |