Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ES proposal: Set and Map of and from methods #50

Open
leobalter opened this issue Sep 6, 2016 · 1 comment
Open

New ES proposal: Set and Map of and from methods #50

leobalter opened this issue Sep 6, 2016 · 1 comment
Labels

Comments

@leobalter
Copy link
Collaborator

https://github.com/leobalter/proposal-setmap-offrom

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.

@leobalter leobalter added the TC39 label Sep 6, 2016
@leobalter
Copy link
Collaborator Author

It advanced to stage 1, but I still got some homework to do. Updates will come soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant