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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
As Victor explained, and as I've verified in the dart tree, hashCodes have a specified default
implemenation in Dart which is not exposed in JS. While it is possible to implement similar
functionality, it's not clear that there's any real benefit to it, so it is simply removed
for the time being.
At a later point when it becomes clear that toString needs to uniquely identify objects, then
we can look at implementing a suitable algorithm for generating unique identifiers.
Closes#41
0 commit comments