Hi is there any chance pulumi could ever abandon u...
# typescript
g
Hi is there any chance pulumi could ever abandon using
export
for stack outputs/exports? This is one of the worst design decisions I’ve encountered in pulumi so far. Apart from being relatively confusing and preventing usage of the language, it is also buggy and some async things simply prevent (result is lost somewhere in a promise) exports Why other languages have dedicated function? https://www.pulumi.com/ai/conversations/3a492495-a6b4-464a-a89f-af61c7dc2521
e
yeh we can add an export method like the other sdks have
i think c# is also missing it
g
having a method would be a great first step, I do wonder how complicated would it be to completely remove nodejs module
export
hook
e
Almost impossible because of back compat
g
I was considering this a breaking change rather than trying to be backward compatible
e
We try quite hard to not make breaking changes