match icon indicating copy to clipboard operation
match copied to clipboard

Types use `const` type parameters requiring TS 5

Open leighman opened this issue 1 year ago • 1 comments

Is that a deliberate decision? Should probably be in the readme/dependencies if so. Thanks.

leighman avatar May 19 '23 08:05 leighman

Hi, yes we had a discussion on the Discord server before making the change.

It simplified a few things, and made the pattern matching more resilient, so we decided to go for it.

tim-smart avatar May 19 '23 11:05 tim-smart