File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ title: Feature Comparison
16
16
| Managing versions of itself | :white_check_mark : | :white_check_mark : | :x : |
17
17
| Has a lockfile | :white_check_mark : | :white_check_mark : | :white_check_mark : | ` pnpm-lock.yaml ` , ` yarn.lock ` , ` package-lock.json ` . |
18
18
| Overrides support | :white_check_mark : | :white_check_mark : | :white_check_mark : | Known as "resolutions" in Yarn. |
19
- | Content-addressable storage | :white_check_mark : | :x : | : x : |
19
+ | Content-addressable storage | :white_check_mark : | :white_check_mark : | : x : | Yarn uses a CAS when ` nodeLinker ` is set to ` pnpm ` . |
20
20
| Dynamic package execution | :white_check_mark : | :white_check_mark : | :white_check_mark : | ` pnpm dlx ` , ` yarn dlx ` , ` npx ` . |
21
21
| Side-effects cache | :white_check_mark : | :x : | :x : |
22
22
| [ Catalogs] | :white_check_mark : | :x : | :x : |
@@ -31,3 +31,4 @@ title: Feature Comparison
31
31
[ JSR registry support ] : ./cli/add.md#install-from-the-jsr-registry
32
32
[ Auto-install before script run ] : ./settings.md#verifydepsbeforerun
33
33
[ hooks ] : ./pnpmfile.md
34
+
You can’t perform that action at this time.
0 commit comments