Skip to content

Commit 5a6a43c

Browse files
committed
docs: update features page
1 parent 2de8541 commit 5a6a43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/feature-comparison.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Feature Comparison
1616
| Managing versions of itself |:white_check_mark:|:white_check_mark:|:x: |
1717
| Has a lockfile |:white_check_mark:|:white_check_mark:|:white_check_mark:| `pnpm-lock.yaml`, `yarn.lock`, `package-lock.json`. |
1818
| 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`. |
2020
| Dynamic package execution |:white_check_mark:|:white_check_mark:|:white_check_mark:| `pnpm dlx`, `yarn dlx`, `npx`. |
2121
| Side-effects cache |:white_check_mark:|:x: |:x: |
2222
| [Catalogs] |:white_check_mark:|:x: |:x: |
@@ -31,3 +31,4 @@ title: Feature Comparison
3131
[JSR registry support]: ./cli/add.md#install-from-the-jsr-registry
3232
[Auto-install before script run]: ./settings.md#verifydepsbeforerun
3333
[hooks]: ./pnpmfile.md
34+

0 commit comments

Comments
 (0)