Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
@npmcli/arborist@2.8.2
 * fix: treat top-level global packages as "top" nodes
 * fix: load global symlinks implicitly as file: deps
 * fix(reify): debug crash when extracting into symlink
 * fix: node_modules must be a directory
 * fix: make Node.children() a case-insensitive Map
 * fix(reify): verify existing deps in nm are dirs
  • Loading branch information
wraithgar committed Aug 19, 2021
1 parent 991a3bd commit e9e5ee5
Show file tree
Hide file tree
Showing 11 changed files with 198 additions and 46 deletions.
21 changes: 20 additions & 1 deletion node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions node_modules/@npmcli/arborist/lib/arborist/load-actual.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 79 additions & 19 deletions node_modules/@npmcli/arborist/lib/arborist/reify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions node_modules/@npmcli/arborist/lib/case-insensitive-map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@npmcli/arborist/lib/edge.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9e5ee5

Please sign in to comment.