refactor: nodes as builder pattern

This commit is contained in:
2026-03-12 11:01:35 +01:00
parent 302107e710
commit 86238b7efc
28 changed files with 1130 additions and 611 deletions

View File

@@ -0,0 +1,2 @@
export { default as VariableNode, type VariableNodeData, type ValueType } from './VariableNode'
export { getVariableNodeDescriptor } from './descriptor'