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
enum