From c0ef52e4f02c6f6d726fa0d82bef84d45b0df024 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 15 Oct 2025 15:02:44 -0300 Subject: cacheable-object: ugh, embarrassing... --- src/data/cacheable-object.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/data') diff --git a/src/data/cacheable-object.js b/src/data/cacheable-object.js index 651a61cf..3f70af30 100644 --- a/src/data/cacheable-object.js +++ b/src/data/cacheable-object.js @@ -12,6 +12,7 @@ export default class CacheableObject { static propertyDependants = Symbol.for('CacheableObject.propertyDependants'); static cacheValid = Symbol.for('CacheableObject.cacheValid'); + static cachedValue = Symbol.for('CacheableObject.cachedValue'); static updateValue = Symbol.for('CacheableObject.updateValues'); constructor({seal = true} = {}) { -- cgit 1.3.0-6-gf8a5