Skip to content

Commit 98dcef1

Browse files
committed
refactor(diagram): unify diagram creation - #353
1 parent 9b1d1ca commit 98dcef1

File tree

8 files changed

+410
-328
lines changed

8 files changed

+410
-328
lines changed

src/diagram.ts

Lines changed: 0 additions & 278 deletions
This file was deleted.

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FlowrInternalSession } from './flowr/internal-session';
33
import { FlowrServerSession } from './flowr/server-session';
44
import { getConfig, Settings } from './settings';
55
import { registerSliceCommands } from './slice';
6-
import { registerDiagramCommands } from './diagram';
6+
import { registerDiagramCommands } from './flowr/diagrams/diagram';
77
import type { FlowrSession } from './flowr/utils';
88
import { selectionSlicer } from './selection-slicer';
99
import { positionSlicers } from './position-slicer';

0 commit comments

Comments
 (0)