🐛 Sort tokens by name (#8488)

This commit is contained in:
Xaviju 2026-03-04 10:33:29 +01:00 committed by GitHub
parent c3f5117757
commit e1d556f4aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,7 +188,7 @@ Some naming conventions:
[segments separator]
(let [sorted (sort-by-children segments separator)
grouped (group-by-first-segment sorted separator)]
grouped))
(into (sorted-map) grouped)))
(defn- build-tree-node
"Builds a single tree node with lazy children."