Skip to content

Commit 691816f

Browse files
committed
1 parent 7914167 commit 691816f

15 files changed

+81
-50
lines changed

lib/ls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class LS extends ArboristWorkspaceCmd {
138138
!(node instanceof Arborist.Node) || (currentDepth > depthToPrint)
139139
return (shouldSkipChildren)
140140
? []
141-
: [...(node.target || node).edgesOut.values()]
141+
: [...(node.target).edgesOut.values()]
142142
.filter(filterBySelectedWorkspaces)
143143
.filter(filterByEdgesTypes({
144144
currentDepth,

node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

+16-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/load-actual.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/load-virtual.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/rebuild.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/reify.js

+17-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/calc-dep-flags.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/diff.js

+3-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/node.js

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/shrinkwrap.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/package.json

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)