-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration code for @npmcli/[email protected]
Updates to ERESOLVE explanation code
- Loading branch information
Showing
6 changed files
with
471 additions
and
3,159 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
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
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 |
---|---|---|
|
@@ -77,7 +77,7 @@ exports[`test/lib/utils/explain-dep.js TAP manyDeps > explain color deep 1`] = ` | |
[1mprod-dep[22m@"[1m1.x[22m" from the root project | ||
[36moptional[39m [1mmanydep[22m@"[1m1.x[22m" from [1moptdep[22m@[1m1.0.0[22m [1m[36moptional[39m[22m[2m[22m | ||
[2mnode_modules/optdep[22m | ||
optdep [1moptdep[22m@"[1m1.0.0[22m" from the root project | ||
[36moptional[39m [1moptdep[22m@"[1m1.0.0[22m" from the root project | ||
[1mmanydep[22m@"[1m1.0.x[22m" from [1mextra-neos[22m@[1m1337.420.69-lol[22m [1m[31mextraneous[39m[22m[2m[22m | ||
[2mnode_modules/extra-neos[22m | ||
[33mdev[39m [1mmanydep[22m@"[1m*[22m" from [1mdeep-dev[22m@[1m2.3.4[22m [1m[33mdev[39m[22m[2m[22m | ||
|
@@ -114,13 +114,13 @@ [email protected] | |
exports[`test/lib/utils/explain-dep.js TAP optional > explain color deep 1`] = ` | ||
[1moptdep[22m@[1m1.0.0[22m [1m[36moptional[39m[22m[2m[22m | ||
[2mnode_modules/optdep[22m | ||
optdep [1moptdep[22m@"[1m1.0.0[22m" from the root project | ||
[36moptional[39m [1moptdep[22m@"[1m1.0.0[22m" from the root project | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP optional > explain nocolor shallow 1`] = ` | ||
[email protected] optional | ||
node_modules/optdep | ||
optdep optdep@"1.0.0" from the root project | ||
optional optdep@"1.0.0" from the root project | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP optional > print color 1`] = ` | ||
|
Oops, something went wrong.