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. |
||
---|---|---|
.. | ||
codePaths.ts | ||
createClosure.ts | ||
parseFunction.ts | ||
rewriteSuper.ts | ||
serializeClosure.ts | ||
utils.ts | ||
v8.ts | ||
v8Hooks.ts | ||
v8_v10andLower.ts | ||
v8_v11andHigher.ts |