Skip to content

Commit

Permalink
feat: expose getPnpmParser functionality at the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPatrickGill committed May 9, 2024
1 parent e2cec9a commit 515e78e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import {
parsePnpmProject,
parsePkgJson,
} from './dep-graph-builders';
import { getPnpmLockfileParser } from './dep-graph-builders/pnpm/lockfile-parser';
import type {
PackageJsonBase,
NormalisedPkgs,
Expand All @@ -79,6 +80,7 @@ export {
extractPkgsFromYarnLockV2,
parseYarnLockV2Project,
buildDepGraphYarnLockV2Simple,
getPnpmLockfileParser,
parsePnpmProject,
parsePkgJson,
PackageJsonBase,
Expand Down

0 comments on commit 515e78e

Please sign in to comment.