From ea3763ffe9c2d3666dde2fa5a02adc846cd50510 Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Tue, 15 Aug 2023 04:43:28 +0200 Subject: [PATCH] switched to Typescript --- .gitignore | 4 +- editor.html | 64 +- editor.js | 1867 +++++++++++++++++++++++---------------------- editor.ts | 1180 ++++++++++++++++++++++++++++ forcegraph.js | 1 + forcegraph.ts | 1 + keyboard.js | 26 +- keyboard.ts | 0 package-lock.json | 969 +++++++++++++++++++++++ package.json | 21 + tsconfig.json | 109 +++ workflow.js | 364 ++++++--- workflow.ts | 392 ++++++++++ 13 files changed, 3937 insertions(+), 1061 deletions(-) create mode 100644 editor.ts create mode 100644 forcegraph.js create mode 100644 forcegraph.ts create mode 100644 keyboard.ts create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 tsconfig.json create mode 100644 workflow.ts diff --git a/.gitignore b/.gitignore index fcd8457..5998e10 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ CHANGELOG.md test.json server.py -/workflows \ No newline at end of file +/workflows +/spaß +/node_modules diff --git a/editor.html b/editor.html index 8219720..db19cdd 100644 --- a/editor.html +++ b/editor.html @@ -2,29 +2,29 @@ Editor - + - +
-
+