-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
code-generatorThe issue requires modifying the code generatorThe issue requires modifying the code generator
Description
Options are mapped to T | undefined which makes nested options such as option<option<string>> unrepresentable. One way to solve it is how componentize-js does it, to have an alternative option representation only for these cases, something like { tag: some, value: T} | { tag: none }.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-generatorThe issue requires modifying the code generatorThe issue requires modifying the code generator