From 6c27ca606997b37740dc2b79a9a0f9fb1b16b079 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 14 Nov 2024 17:14:43 -0400 Subject: find: postprocessFindSpec, include() instanceof by default --- src/data/thing.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/data/thing.js') 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'); -- cgit 1.3.0-6-gf8a5