d2graph: Remove TODO
This commit is contained in:
parent
ecd61cdb49
commit
8ea2c71b99
1 changed files with 0 additions and 3 deletions
|
|
@ -24,9 +24,6 @@ import (
|
||||||
const INNER_LABEL_PADDING int = 5
|
const INNER_LABEL_PADDING int = 5
|
||||||
const DEFAULT_SHAPE_PADDING = 100.
|
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 {
|
type Graph struct {
|
||||||
AST *d2ast.Map `json:"ast"`
|
AST *d2ast.Map `json:"ast"`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue