{#await object then { 'prop-1': prop1, 'prop4': fourthProp, ...rest }}
prop-1: {prop1}
prop4: {fourthProp}
rest: {JSON.stringify(rest)}
{/await} {#await objectReject then value} resolved {:catch { 'prop-7': prop7, 'prop6': sixthProp, ...rest }}prop-7: {prop7}
prop6: {sixthProp}
rest: {JSON.stringify(rest)}
{/await}