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
Generating TypeScript bindings for a module which uses a timer table fails with error: not yet implemented, apparently here, apparently while generating the bindings for the ScheduleAt enum. Fix this so that it's possible to generate TypeScript bindings for a module which defines at least one timer table.
Update:
Csharp module with timer fails to generate bindings for ScheduleAt enum.
Binding generated for timer struct looks like -
Generating TypeScript bindings for a module which uses a timer table fails with
error: not yet implemented
, apparently here, apparently while generating the bindings for theScheduleAt
enum. Fix this so that it's possible to generate TypeScript bindings for a module which defines at least one timer table.Update:
Csharp module with timer fails to generate bindings for
ScheduleAt
enum.Binding generated for timer struct looks like -
May be related to Typespace not using
AlgebraicTypeRef
forScheduledAt
enumThe text was updated successfully, but these errors were encountered: