Skip to content

Support nested options #4

@vigoo

Description

@vigoo

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 }.

Metadata

Metadata

Assignees

Labels

code-generatorThe issue requires modifying the code generator

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions