From ad146774480bb29cff04b50d887e132f3bd3f64f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 30 Jan 2024 14:04:41 -0400 Subject: find, data: move find specs into Thing subclasses --- src/data/thing.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data/thing.js') diff --git a/src/data/thing.js b/src/data/thing.js index 028c0dcf..706e893d 100644 --- a/src/data/thing.js +++ b/src/data/thing.js @@ -13,6 +13,7 @@ export default class Thing extends CacheableObject { static getPropertyDescriptors = Symbol.for('Thing.getPropertyDescriptors'); static getSerializeDescriptors = Symbol.for('Thing.getSerializeDescriptors'); + static findSpecs = Symbol.for('Thing.findSpecs'); static yamlDocumentSpec = Symbol.for('Thing.yamlDocumentSpec'); static getYamlLoadingSpec = Symbol.for('Thing.getYamlLoadingSpec'); -- cgit 1.3.0-6-gf8a5