chore: cleanup broken tests, add extra documentation, make sure everything is clean and code style isn't inconsistant

This commit is contained in:
Björn Otgaar
2025-11-19 10:13:08 +01:00
parent 8c2e51114e
commit f37df1c726
12 changed files with 56 additions and 74 deletions

View File

@@ -25,6 +25,7 @@ export const NodeTypes = {
/**
* The default functions of the nodes we have registered.
* These are defined in the <node>.default.ts files.
*/
export const NodeDefaults = {
start: StartNodeDefaults,