This message was deleted.
# general
s
This message was deleted.
s
Do you capture them all in the function closure?
a
oh i think i understand...
s
I’ve not personally looked at this, but my understanding is that anything captured by the function closure will be included, but anything that isn’t won’t be.
l
Also, we're trying ot improve this for an upcoming pulumi release.
I've got this PR out to help out here: https://github.com/pulumi/pulumi/pull/1653
if we can get this all worked out, it should greatly simplify the above.
👍 1