d2graph: Remove TODO

This commit is contained in:
Anmol Sethi 2023-01-03 02:47:03 -08:00
parent ecd61cdb49
commit 8ea2c71b99
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -24,9 +24,6 @@ import (
const INNER_LABEL_PADDING int = 5
const DEFAULT_SHAPE_PADDING = 100.
// TODO: Refactor with a light abstract layer on top of AST implementing scenarios,
// variables, imports, substitutions and then a final set of structures representing
// a final graph.
type Graph struct {
AST *d2ast.Map `json:"ast"`