grafana / cuetsy

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

Fix structs with only one reference #95

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

Fixes: https://github.com/grafana/cuetsy/issues/60

We have a small bug that make structs with one ref, mainly because !isReference(v) was always true.