« get me outta code hell

aggregate: mark more internal files as generally unhelpful - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-02 22:27:19 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-02 22:27:38 -0300
commit95e159660f60491786233fe33d78f049c12d9d01 (patch)
treeb6ecab98fc19d447df6c336432ab6239fd38f2a4
parent93ec3d5b62bc16cb9f18962a5b8c4e4a7576280f (diff)
aggregate: mark more internal files as generally unhelpful
-rw-r--r--src/util/aggregate.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/aggregate.js b/src/util/aggregate.js
index 3ad8bdba..e8f45f3b 100644
--- a/src/util/aggregate.js
+++ b/src/util/aggregate.js
@@ -373,7 +373,10 @@ export function _withAggregate(mode, aggregateOpts, fn) {
 
 export const unhelpfulTraceLines = [
   /sugar/,
+  /sort/,
   /aggregate/,
+  /composite/,
+  /cacheable-object/,
   /node:/,
   /<anonymous>/,
 ];