« get me outta code hell

sugar: move many functions into new #aggregate import - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-02-16 09:39:14 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-02-16 10:28:02 -0400
commit7a3038b982c4d318e146698527070f096591aa4f (patch)
tree02ef22e2c740dc02f073189718a315afff100fe5 /src/upd8.js
parent2b0a5231170049bc4fd7f44009c9f32b1404d5a5 (diff)
sugar: move many functions into new #aggregate import
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 04c0ce2..13c625a 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -38,6 +38,7 @@ import {fileURLToPath} from 'node:url';
 
 import wrap from 'word-wrap';
 
+import {showAggregate} from '#aggregate';
 import CacheableObject from '#cacheable-object';
 import {displayCompositeCacheAnalysis} from '#composite';
 import {filterReferenceErrors, reportDuplicateDirectories}
@@ -46,7 +47,7 @@ import {bindFind, getAllFindSpecs} from '#find';
 import {processLanguageFile, watchLanguageFile, internalDefaultStringsFile}
   from '#language';
 import {isMain, traverse} from '#node-utils';
-import {empty, showAggregate, withEntries} from '#sugar';
+import {empty, withEntries} from '#sugar';
 import {generateURLs, urlSpec} from '#urls';
 import {sortByName} from '#wiki-data';
 import {linkWikiDataArrays, loadAndProcessDataDocuments, sortWikiDataArrays}