« get me outta code hell

data: withFilteredList, withMappedList, withSortedList - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/data/withPropertyFromList.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:23:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-03 13:24:28 -0400
commitdb4698f9ce602227dc2c9aa79c409dd4ce508e7b (patch)
tree26838bdca100edb0b01b4007601c44c95cf8e9c2 /src/data/composite/data/withPropertyFromList.js
parent810acb84c379b76d3b8290bfd7d5971438999939 (diff)
data: withFilteredList, withMappedList, withSortedList
God bless thine soul, these are not unit tested.
Diffstat (limited to 'src/data/composite/data/withPropertyFromList.js')
-rw-r--r--src/data/composite/data/withPropertyFromList.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/composite/data/withPropertyFromList.js b/src/data/composite/data/withPropertyFromList.js
index 1983ebb..a2c66d7 100644
--- a/src/data/composite/data/withPropertyFromList.js
+++ b/src/data/composite/data/withPropertyFromList.js
@@ -12,8 +12,8 @@
 // More list utilities:
 //  - excludeFromList
 //  - fillMissingListItems
-//  - withFlattenedList
-//  - withUnflattenedList
+//  - withFilteredList, withMappedList, withSortedList
+//  - withFlattenedList, withUnflattenedList
 //
 
 import {input, templateCompositeFrom} from '#composite';