diff options
| 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 | 
| commit | 95e159660f60491786233fe33d78f049c12d9d01 (patch) | |
| tree | b6ecab98fc19d447df6c336432ab6239fd38f2a4 /src | |
| parent | 93ec3d5b62bc16cb9f18962a5b8c4e4a7576280f (diff) | |
aggregate: mark more internal files as generally unhelpful
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/aggregate.js | 3 | 
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>/, ];  |