-
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
966bfd2
commit 95c6dfd
Showing
3 changed files
with
919 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,4 @@ npm-debug.log* | |
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
.yarnrc.yml | ||
!.yarn/versions |
893 changes: 893 additions & 0 deletions
893
tests/scenario/yarn-pnp/app/.yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
nmHoistingLimits: workspaces | ||
|
||
nmSelfReferences: false | ||
|
||
supportedArchitectures: | ||
cpu: | ||
- current | ||
- x64 | ||
- x86 | ||
- arm64 | ||
- ia32 | ||
libc: | ||
- glibc | ||
- musl | ||
os: | ||
- current | ||
- linux | ||
- darwin | ||
- win32 | ||
|
||
yarnPath: .yarn/releases/yarn-4.1.1.cjs |