pulumi/changelog
Abhinav Gupta 63da478173
pulumix: Add Compose for type-safe output composition
Adds a Compose operation that accepts a `func(*Composer) (T, error)`,
and returns an `Output[T]`.

Inside the function,
`*Composer` may be used to await any `Output` value,
and compose its result in a type-safe manner.

Based on
[Type-safe output composition](https://github.com/pulumi/pulumi/discussions/13057#user-content-type-safe-output-composition)
from the Pulumi Go Generics RFC.
2023-08-31 13:22:29 -07:00
..
pending pulumix: Add Compose for type-safe output composition 2023-08-31 13:22:29 -07:00
config.yaml Reorder scopes to be alphabetically ordered. 2022-11-10 16:54:37 -05:00