Skip to content

Commit

Permalink
Object.fromEntries to stage 3, per 2018.07.24 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 24, 2018
1 parent f5c8f82 commit 323e233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [`String.prototype.{trimStart,trimEnd}`][trims] | Sebastian Markbåge | Sebastian Markbåge | [:white_check_mark:][tests-trims] |
| | [`String.prototype.matchAll`][matchall] | Jordan Harband | Jordan Harband |
| | [`Symbol.prototype.description`][symbol-description] | Michael Ficarra | Michael Ficarra |
| | [`Object.fromEntries`][object-from-entries] | Darien Maillet Valentine | Jordan Harband<br />Kevin Gibbons

### Stage 2

Expand All @@ -40,7 +41,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen |
| | [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias
| | [WeakRefs][weakrefs] | Dean Tribble | Dean Tribble |
| | [`Object.fromEntries`][object-from-entries] | Darien Maillet Valentine | Jordan Harband<br />Kevin Gibbons |
| | [Top-level `await`][await] | Myles Borins | Myles Borins |
| | [`Function.prototype.toString()` censorship][censorship] | Domenic Denicola | Domenic Denicola |
| | [New Set methods][set-methods] | Michał Wadas | Sathya Gunasekaran |
Expand Down

0 comments on commit 323e233

Please sign in to comment.