Skip to content

Commit

Permalink
fix(enrich/summarize): also configure experimentalStats to be in the …
Browse files Browse the repository at this point in the history
…summary (so the caching algorithme can pick it up as well)
  • Loading branch information
sverweij committed May 16, 2024
1 parent 4a5dcd0 commit de34d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/cache/helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { createHash } from "node:crypto";
import { readFileSync } from "node:fs";
import { extname } from "node:path";
import memoize from "memoize";
// @ts-expect-error ts(2307) - the ts compiler is not privy to the existence of #imports in package.json
import { filenameMatchesPattern } from "#graph-utl/match-facade.mjs";

/**
Expand Down
1 change: 1 addition & 0 deletions src/enrich/summarize/summarize-options.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const SHAREABLE_OPTIONS = [
"exclude",
"exoticallyRequired",
"exoticRequireStrings",
"experimentalStats",
"externalModuleResolutionStrategy",
"focus",
"focusDepth",
Expand Down

0 comments on commit de34d42

Please sign in to comment.