-
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.
explain - mark when dependency is bundled
- Loading branch information
Showing
4 changed files
with
48 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
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 |
---|---|---|
|
@@ -21,6 +21,28 @@ [email protected] | |
6 more (optdep, extra-neos, deep-dev, peer, the root project, a package with a pretty long name) | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP bundled > explain color deep 1`] = ` | ||
[1mbundle-of-joy[22m@[1m1.0.0[22m [1m[34mbundled[39m[22m[2m[22m | ||
[2mnode_modules/bundle-of-joy[22m | ||
[1mprod-dep[22m@"[1m1.x[22m" from the root project | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP bundled > explain nocolor shallow 1`] = ` | ||
[email protected] bundled | ||
node_modules/bundle-of-joy | ||
prod-dep@"1.x" from the root project | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP bundled > print color 1`] = ` | ||
[1mbundle-of-joy[22m@[1m1.0.0[22m [1m[34mbundled[39m[22m[2m[22m | ||
[2mnode_modules/bundle-of-joy[22m | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP bundled > print nocolor 1`] = ` | ||
[email protected] bundled | ||
node_modules/bundle-of-joy | ||
` | ||
|
||
exports[`test/lib/utils/explain-dep.js TAP deepDev > explain color deep 1`] = ` | ||
[1mdeep-dev[22m@[1m2.3.4[22m [1m[33mdev[39m[22m[2m[22m | ||
[2mnode_modules/deep-dev[22m | ||
|
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