You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while using the tsify_next::Tsify derive macro.
When defining a struct with generics, the generated TypeScript definition does not handle the generics correctly.
Thank you for updating Tsify project! 😃
I encountered an issue while using the tsify_next::Tsify derive macro.
When defining a struct with generics, the generated TypeScript definition does not handle the generics correctly.
Specifically, when I define:
the
index.d.ts
file incorrectly outputs:The generic D is not handled properly, which causes type definition issues in TypeScript.
The text was updated successfully, but these errors were encountered: