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

Add set and map of and from methods #21

Merged
merged 1 commit into from
Sep 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,7 @@ Stage 0 proposals are either
| 🚀 | [Unicode property escapes `\p{…}` and `\P{…}` in regular expressions](https://github.com/mathiasbynens/es-regexp-unicode-property-escapes) | Mathias Bynens, Daniel Ehrenberg, Brian Terlson | 0 |
| 🚀? | [Nested `import` declarations](https://github.com/tc39/ecma262/pull/646) | Ben Newman, Meteor Development Group | 0 |
| 🚀 | [`s` (`dotAll`) flag for regular expressions](https://github.com/mathiasbynens/es-regexp-dotall-flag) | Mathias Bynens, Brian Terlson | 0 |
| 🚀 | [Set, Map, WeakMap, WeakSet `of` and `from` methods](https://github.com/leobalter/proposal-setmap-offrom) [spec](https://leobalter.github.io/proposal-setmap-offrom/) | Allen Wirfs-Brock, Leo Balter | 0 |

🚀 means the champion thinks it's ready to advance but has not yet presented to the committee.

Expand Down