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'm wondering if combined types (using &) and Omitted fields (using Omit<> ) are supported. I understand that these features are not supported by F#, but I was hoping that this tool had a workaround for it.
I tried it in the online demo and it seems ts2fable simply doesn't even try.
I'm wondering if combined types (using
&
) and Omitted fields (usingOmit<>
) are supported. I understand that these features are not supported by F#, but I was hoping that this tool had a workaround for it.I tried it in the online demo and it seems
ts2fable
simply doesn't even try.Input:
Output:
The text was updated successfully, but these errors were encountered: