grafana / cuetsy

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

Generate valid fields for GenerateSingleAST. #110

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

GenerateSingleAST allows to pass the name of the enum/interface/type directly and it doesn't have any kind of check.

So we can produce invalid TS interfaces adding non-valid characters. I left _ since is valid in TS and ? for optionals.