Skip to content

Feature request: Add back Idempotent decorators #1700

Closed
@HaaLeo

Description

@HaaLeo

Use case

I want to annotate class methods with a decorator.
Example:

export class Foo {
  @MakeIdempotent(config)
  public submitPayment(): void {
    // Do something
  }
}

Since the package now is based on typescript 5.x (#1375) I'd assume this should not be a problem.

Solution/User Experience

Add the decorators back in which have been removed with #1553

Alternative solutions

No response

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

Metadata

Metadata

Assignees

Labels

completedThis item is complete and has been merged/shippedfeature-requestThis item refers to a feature request for an existing or new utilityidempotencyThis item relates to the Idempotency Utility

Type

No type

Projects

Status

Shipped

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions