grafana / cuetsy

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

Fix inline comments #96

Closed spinillos closed 1 year ago

spinillos commented 1 year ago

v.Doc() function from Cuelang doesn't retrieve inner comments. When it happens, we need to cast the cue.Value to ast.File and iterate it (We did something similar in thema) to retrieve the missing ones: code

Another changes in the PR: