« get me outta code hell

replacer: parseInput -> parseContentNodes - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-02 10:19:43 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-06 12:29:07 -0300
commitfd2658db8ba707577488b89be84ccaa4a8e9c607 (patch)
tree970cd76f9b57f9d9dfeebd404a76d2816c1893dc /src/data/composite/things
parent2616ee8b666b0449131a45beafbbe69d152c563f (diff)
replacer: parseInput -> parseContentNodes
Diffstat (limited to 'src/data/composite/things')
-rw-r--r--src/data/composite/things/content/withAnnotationParts.js2
-rw-r--r--src/data/composite/things/content/withSourceText.js2
-rw-r--r--src/data/composite/things/content/withSourceURLs.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/data/composite/things/content/withAnnotationParts.js b/src/data/composite/things/content/withAnnotationParts.js
index 290a7292..5eb8e3d5 100644
--- a/src/data/composite/things/content/withAnnotationParts.js
+++ b/src/data/composite/things/content/withAnnotationParts.js
@@ -1,5 +1,5 @@
 import {input, templateCompositeFrom} from '#composite';
-import {parseInput} from '#replacer';
+import {parseContentNodes} from '#replacer';
 import {transposeArrays} from '#sugar';
 import {is} from '#validators';
 
diff --git a/src/data/composite/things/content/withSourceText.js b/src/data/composite/things/content/withSourceText.js
index 487b3763..e0cd2f15 100644
--- a/src/data/composite/things/content/withSourceText.js
+++ b/src/data/composite/things/content/withSourceText.js
@@ -1,5 +1,5 @@
 import {input, templateCompositeFrom} from '#composite';
-import {parseInput} from '#replacer';
+import {parseContentNodes} from '#replacer';
 
 import {raiseOutputWithoutDependency} from '#composite/control-flow';
 
diff --git a/src/data/composite/things/content/withSourceURLs.js b/src/data/composite/things/content/withSourceURLs.js
index 7c7b0ab2..263eb5f6 100644
--- a/src/data/composite/things/content/withSourceURLs.js
+++ b/src/data/composite/things/content/withSourceURLs.js
@@ -1,5 +1,5 @@
 import {input, templateCompositeFrom} from '#composite';
-import {parseInput} from '#replacer';
+import {parseContentNodes} from '#replacer';
 
 import {raiseOutputWithoutDependency} from '#composite/control-flow';
 import {withFilteredList, withMappedList} from '#composite/data';