You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want it to be sorted. Because we us it as a part of a parse and serializing step it is super important that the output is always in the same order. Like that:
Hey folks,
I was using this library for a while in our OS project inlang no but I currently ran into an edge case that is pretty much breaking our usage for it.
Description
If I use the
set
function and want to set an object with numbers as keys then they get sorted instead of leaving it in the parsed sequence.Minimal reproducable example
Logs:
Expected behavior
I don't want it to be sorted. Because we us it as a part of a parse and serializing step it is super important that the output is always in the same order. Like that:
Is that behavior intended? Do you plan to change that? Otherwise we would go on with a different solution?
Thanks folks, have a nice Friday:)
The text was updated successfully, but these errors were encountered: