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
After catching a conversation on twitter I volunteered to work on this proposal, which adds the of and from methods to Set, Map, WeakSet and WeakMap constructors.
It got my personal interest as I wrote tests (on test262) for Array.of, Array.from, the same respective tests for TypedArrays and tests for Map, WeakSet and WeakMap. This was some nice opportunity to continue API work with some very useful features.
The text was updated successfully, but these errors were encountered:
https://github.com/leobalter/proposal-setmap-offrom
After catching a conversation on twitter I volunteered to work on this proposal, which adds the
of
andfrom
methods to Set, Map, WeakSet and WeakMap constructors.It got my personal interest as I wrote tests (on test262) for Array.of, Array.from, the same respective tests for TypedArrays and tests for Map, WeakSet and WeakMap. This was some nice opportunity to continue API work with some very useful features.
The text was updated successfully, but these errors were encountered: