« get me outta code hell

find: postprocessFindSpec, include() instanceof by default - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/thing.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-11-14 17:14:43 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-15 20:40:11 -0400
commit6c27ca606997b37740dc2b79a9a0f9fb1b16b079 (patch)
treee3e4f00f3f5831f7de04992893c898fc133d9819 /src/data/thing.js
parent394e2987310cfcc5adcb0be7e2b0760c4a283f6b (diff)
find: postprocessFindSpec, include() instanceof by default
Diffstat (limited to 'src/data/thing.js')
-rw-r--r--src/data/thing.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/thing.js b/src/data/thing.js
index 29f50d23..78ad3642 100644
--- a/src/data/thing.js
+++ b/src/data/thing.js
@@ -14,6 +14,8 @@ export default class Thing extends CacheableObject {
   static getSerializeDescriptors = Symbol.for('Thing.getSerializeDescriptors');
 
   static findSpecs = Symbol.for('Thing.findSpecs');
+  static findThisThingOnly = Symbol.for('Thing.findThisThingOnly');
+
   static yamlDocumentSpec = Symbol.for('Thing.yamlDocumentSpec');
   static getYamlLoadingSpec = Symbol.for('Thing.getYamlLoadingSpec');