From eb8b316bb9af7d34720de1fa8f8dbd4b81513b32 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 29 Jan 2024 08:10:30 -0400 Subject: data, yaml: store data step info on Thing constructors --- 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 ae8e71af..028c0dcf 100644 --- a/src/data/thing.js +++ b/src/data/thing.js @@ -14,6 +14,7 @@ export default class Thing extends CacheableObject { static getSerializeDescriptors = Symbol.for('Thing.getSerializeDescriptors'); static yamlDocumentSpec = Symbol.for('Thing.yamlDocumentSpec'); + static getYamlLoadingSpec = Symbol.for('Thing.getYamlLoadingSpec'); // Default custom inspect function, which may be overridden by Thing // subclasses. This will be used when displaying aggregate errors and other -- cgit 1.3.0-6-gf8a5