...

Text file src/cuelang.org/go/cue/testdata/export/001.txtar

Documentation: cuelang.org/go/cue/testdata/export

     1# DO NOT EDIT; generated by go run testdata/gen.go
     2#
     3-- in.cue --
     4'hello'
     5-- out/def --
     6'hello'
     7-- out/export --
     8'hello'
     9-- out/yaml --
    10hello
    11-- out/json --
    12"aGVsbG8="
    13-- out/legacy-debug --
    14'hello'
    15-- out/compile --
    16--- in.cue
    17{
    18  'hello'
    19}
    20-- out/eval/stats --
    21Leaks:  0
    22Freed:  1
    23Reused: 0
    24Allocs: 1
    25Retain: 0
    26
    27Unifications: 1
    28Conjuncts:    2
    29Disjuncts:    1
    30-- out/eval --
    31(bytes){ 'hello' }

View as plain text