Home
last modified time | relevance | path

Searched refs:nodeSort (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dplace-dep.js440 const nodeSort = (a, b) => localeCompare(a.location, b.location) function
442 const children = [...node.children.values()].sort(nodeSort)
446 const fsChildren = [...node.fsChildren].sort(nodeSort)
448 const children = [...topNode.children.values()].sort(nodeSort)