grafana / cuetsy

Experimental CUE->TypeScript exporter
Apache License 2.0
106 stars 8 forks source link

Allow enums with only one item #77

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

Fixes: https://github.com/grafana/schematization-and-as-code-project/issues/74

We were forcing to have at least two elements.

spinillos commented 1 year ago

If you use something different than cue.OrOp, it fails with different error.