Patch Changes
- #7751
e56a677- MakebuildRouteTreeroute ordering deterministic. Its final sort tiebreaker compared whole route-node objects ((d) => d), which coerce to"[object Object]"and so never order — an inconsistent comparator that left routes tying on segment-count/index-token in an engine- and input-dependent order, producing non-deterministicrouteTree.gen.tsdiffs across machines. The tiebreaker now comparesroutePath, mirroring the pre-sort and giving a stable total order.