From 8ea2c71b99193ba28d25ca81b49741dfac046fbf Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 3 Jan 2023 02:47:03 -0800 Subject: [PATCH] d2graph: Remove TODO --- d2graph/d2graph.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/d2graph/d2graph.go b/d2graph/d2graph.go index 28ea03ef9..016c21ee4 100644 --- a/d2graph/d2graph.go +++ b/d2graph/d2graph.go @@ -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"`