refactor: dedupe extension runtime caches

This commit is contained in:
Peter Steinberger
2026-03-22 17:58:29 +00:00
parent f095bbd7b0
commit 89d65521fe
8 changed files with 91 additions and 197 deletions

View File

@@ -10,6 +10,7 @@ export * from "../markdown/render.js";
export * from "../markdown/tables.js";
export * from "../markdown/whatsapp.js";
export * from "../shared/global-singleton.js";
export * from "../shared/scoped-expiring-id-cache.js";
export * from "../shared/string-normalization.js";
export * from "../shared/string-sample.js";
export * from "../shared/text/assistant-visible-text.js";