« get me outta code hell

composite, data: positional inputs, V(...) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/control-flow/exitWithoutDependency.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-11-27 19:51:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-11-27 19:51:01 -0400
commit861810685da73fa9fd6d4a1cb965155c61c99d11 (patch)
tree9c541dae0dee21023f83fe894bc2bfe7f135beb0 /src/data/composite/control-flow/exitWithoutDependency.js
parent0bfedac2a7478c81fc2ba76e85489086c6fdab17 (diff)
composite, data: positional inputs, V(...)
basic backwards-compatible implementation,
and a small amount of demo usage
Diffstat (limited to 'src/data/composite/control-flow/exitWithoutDependency.js')
-rw-r--r--src/data/composite/control-flow/exitWithoutDependency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/control-flow/exitWithoutDependency.js b/src/data/composite/control-flow/exitWithoutDependency.js
index c660a7ef..598f2ec2 100644
--- a/src/data/composite/control-flow/exitWithoutDependency.js
+++ b/src/data/composite/control-flow/exitWithoutDependency.js
@@ -11,8 +11,8 @@ export default templateCompositeFrom({
 
   inputs: {
     dependency: input({acceptsNull: true}),
-    mode: inputAvailabilityCheckMode(),
     value: input({defaultValue: null}),
+    mode: inputAvailabilityCheckMode(),
   },
 
   steps: () => [