Skip to content

InvocationExpression await #293

@timotheeguerin

Description

@timotheeguerin
<VarDeclaration name="response" refkey={refkeyResponse}>
    await{" "}
    <InvocationExpression
      target={code`${props.refkeyHttpClient}.SendAsync`}
      args={[refkeyRequest, props.refkeyCancellationToken]}
    />
</VarDeclaration>

could cleanup to this?

<VarDeclaration name="response" refkey={refkeyResponse}>
      <InvocationExpression
        await 
        target={code`${props.refkeyHttpClient}.SendAsync`}
        args={[refkeyRequest, props.refkeyCancellationToken]}
      />
</VarDeclaration>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions