Commit f42627d
committed
chore(claude): document Set constructor argument sort rule
`new Set([...])` and `new SafeSet([...])` arguments are
order-insensitive at runtime, so the source-order convention is
alphanumeric — same rationale as Array literals (predictable diffs,
no merge conflicts on insertions).
Synced from socket-lib's canonical Sorting section.1 parent a2df418 commit f42627d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
0 commit comments