grafana / cuetsy

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

Map bytes to string #65

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

If we add bytes in a schema, it should render []byte for Go and string for Ts. bytes doesn't exist in Ts and the file generation fails.

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