Skip to content

Commit

Permalink
fix(core): improve performance of pnpm lock file parsing (#23017)
Browse files Browse the repository at this point in the history
Co-authored-by: Colum Ferry <cferry09@gmail.com>
  • Loading branch information
JamesHenry and Coly010 committed Apr 26, 2024
1 parent 9bf197f commit 8a53892
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 86 deletions.
@@ -0,0 +1,47 @@
export default `hoistPattern:
- '*'
hoistedDependencies:
/ansi-regex/5.0.1:
ansi-regex: private
/ansi-styles/4.3.0:
ansi-styles: private
/color-convert/2.0.1:
color-convert: private
/color-name/1.1.4:
color-name: private
/eastasianwidth/0.2.0:
eastasianwidth: private
/emoji-regex/8.0.0:
emoji-regex: private
/is-fullwidth-code-point/3.0.0:
is-fullwidth-code-point: private
/string-width/4.2.3:
string-width-cjs: private
/string-width/5.1.2:
string-width: private
/strip-ansi/6.0.1:
strip-ansi-cjs: private
/strip-ansi/7.1.0:
strip-ansi: private
/wrap-ansi/7.0.0:
wrap-ansi-cjs: private
/wrap-ansi/8.1.0:
wrap-ansi: private
included:
dependencies: true
devDependencies: true
optionalDependencies: true
injectedDeps: {}
layoutVersion: 5
nodeLinker: isolated
packageManager: pnpm@8.15.7
pendingBuilds: []
prunedAt: Fri, 26 Apr 2024 15:10:54 GMT
publicHoistPattern:
- '*eslint*'
- '*prettier*'
registries:
default: https://registry.npmjs.org/
skipped: []
storeDir: /Users/jdoe/Library/pnpm/store/v3
virtualStoreDir: .pnpm`;

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a53892

Please sign in to comment.