From c7b7a42caab402b5ca1e6d236c4ed9d70f5bf5f3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 19 Nov 2025 20:06:07 -0400 Subject: data: link flashes, acts, and sides directly same as 67a936adc308a5bec6c969c90d8811fcbce3009b and 4362324b40da9daa54c9c6c3a821b0cccaec71a0 (combined into one and with more save() cleanup) --- src/data/composite/things/flash/withFlashAct.js | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/data/composite/things/flash/withFlashAct.js (limited to 'src/data/composite/things/flash/withFlashAct.js') diff --git a/src/data/composite/things/flash/withFlashAct.js b/src/data/composite/things/flash/withFlashAct.js deleted file mode 100644 index 87922aff..00000000 --- a/src/data/composite/things/flash/withFlashAct.js +++ /dev/null @@ -1,22 +0,0 @@ -// Gets the flash's act. This will early exit if flashActData is missing. -// If there's no flash whose list of flashes includes this flash, the output -// dependency will be null. - -import {templateCompositeFrom} from '#composite'; - -import {withUniqueReferencingThing} from '#composite/wiki-data'; -import {soupyReverse} from '#composite/wiki-properties'; - -export default templateCompositeFrom({ - annotation: `withFlashAct`, - - outputs: ['#flashAct'], - - steps: () => [ - withUniqueReferencingThing({ - reverse: soupyReverse.input('flashActsWhoseFlashesInclude'), - }).outputs({ - ['#uniqueReferencingThing']: '#flashAct', - }), - ], -}); -- cgit 1.3.0-6-gf8a5