« get me outta code hell

repl: expose CacheableObject in repl - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-07 17:24:26 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-07 17:24:26 -0300
commitc18844784bd1c0ead7c49d0519727b7a92e23e13 (patch)
tree4d1e3820ff7a9c078a5f9ca8a1881e735a5948fd /src
parenta24a72339f6e6e416a797d869fe9c4d9057fcac0 (diff)
repl: expose CacheableObject in repl
Diffstat (limited to 'src')
-rw-r--r--src/repl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/repl.js b/src/repl.js
index 9ab4ddf..ead0156 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -11,7 +11,7 @@ import {generateURLs, urlSpec} from '#urls';
 import {quickLoadAllFromYAML} from '#yaml';
 
 import _find, {bindFind} from '#find';
-import thingConstructors from '#things';
+import thingConstructors, {CacheableObject} from '#things';
 import * as serialize from '#serialize';
 import * as sugar from '#sugar';
 import * as wikiDataUtils from '#wiki-data';
@@ -63,6 +63,7 @@ export async function getContextAssignments({
     WD: wikiData,
 
     ...thingConstructors,
+    CacheableObject,
     language,
 
     ...sugar,