grafana / cuetsy

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

Normalise fields to generate valid TS names #109

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

Schemas could contain dashes or punctuation marks that could generate invalid field names for TS.

Related: https://github.com/grafana/schematization-and-as-code-project/issues/107