Searched refs:nodeSort (Results 1 – 1 of 1) sorted by relevance
440 const nodeSort = (a, b) => localeCompare(a.location, b.location) function442 const children = [...node.children.values()].sort(nodeSort)446 const fsChildren = [...node.fsChildren].sort(nodeSort)448 const children = [...topNode.children.values()].sort(nodeSort)