Skip to content

Commit 0e09d1b

Browse files
committed
chore(pnp): add enum NodeLinker
1 parent 2ce0270 commit 0e09d1b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/plugin-pnp/sources/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ declare module '@yarnpkg/core' {
7777
}
7878
}
7979

80+
export enum NodeLinker {
81+
NODE_MODULES = `node-modules`,
82+
PNP = `pnp`,
83+
PNPM = `pnpm`,
84+
}
85+
8086
const plugin: Plugin<CoreHooks & StageHooks> = {
8187
hooks: {
8288
populateYarnPaths,

0 commit comments

Comments
 (0)