mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
Remove stale TODOs
This commit is contained in:
parent
e7249a1131
commit
ec94dec214
@ -690,10 +690,6 @@ func serializeJSON(v interface{}, multiline bool, indent string, buf *bytes.Buff
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(sbarzowski) Perhaps it should be a builtin?
|
||||
// TODO(sbarzowski) Perhaps we should separate recursive evaluation from serialization?
|
||||
// Strictly evaluating something may be useful by itself.
|
||||
// For example may help with error reporting from custom serialization functions.
|
||||
func (i *interpreter) manifestAndSerializeJSON(trace *TraceElement, v value, multiline bool, indent string) (string, error) {
|
||||
var buf bytes.Buffer
|
||||
manifested, err := i.manifestJSON(trace, v)
|
||||
|
Loading…
x
Reference in New Issue
Block a user