Skip to content

Commit 82e3f1c

Browse files
committed
Object.fromEntries to stage 4, per 2019.01.29 TC39
1 parent a839e2c commit 82e3f1c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
2626
| | [Static class fields and private static methods][static-class-features] | Daniel Ehrenberg<br />Kevin Gibbons<br />Jeff Morrison<br />Kevin Smith | Shu-Yu Guo<br />Daniel Ehrenberg | | <sub>[May&nbsp;2018][static-class-features-notes]</sub> |
2727
| | [`String.prototype.{trimStart,trimEnd}`][trims] | Sebastian Markbåge | Sebastian Markbåge | [:white_check_mark:][tests-trims] | <sub>[January&nbsp;2018][trim-notes]</sub> |
2828
| | [`String.prototype.matchAll`][matchall] | Jordan Harband | Jordan Harband | [:white_check_mark:][tests-matchall] | <sub>[September&nbsp;2018][matchall-notes]</sub> |
29-
| :rocket: | [`Object.fromEntries`][object-from-entries] | Darien Maillet Valentine | Jordan Harband<br />Kevin Gibbons | [:white_check_mark:][tests-fromentries] | <sub>[July&nbsp;2018][object-from-entries-notes]</sub> |
3029
| | [Well-formed `JSON.stringify`][well-formed-stringify] | Richard Gibson | Mathias Bynens | [:white_check_mark:][tests-well-formd-strngfy] | <sub>[September&nbsp;2018][well-formd-notes]</sub> |
3130
| | [Hashbang Grammar][hashbang-grammar] | Bradley Farias | Bradley Farias | [:construction:][tests-hashbang-grammar] | <sub>[November&nbsp;2018][hashbang-notes]</sub> |
3231

@@ -233,8 +232,6 @@ Note that as part of the onboarding process your repository name may be normaliz
233232
[set-methods-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-05/may-22.md#set-methods
234233
[collection-methods]: https://github.com/tc39/collection-methods
235234
[collection-methods-notes]: https://github.com/tc39/tc39-notes/blob/be8c2af6d6dcfc9630e00ea15bbabf1a415245cb/es8/2018-01/jan-23.md#13iiik-new-set-builtin-methods-for-stage-2
236-
[object-from-entries]: https://github.com/bakkot/object-from-entries
237-
[object-from-entries-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-07/july-24.md#objectfromentries-to-stage-3
238235
[hashbang-grammar]: https://github.com/bmeck/proposal-hashbang
239236
[tests-hashbang-grammar]: https://github.com/tc39/test262/pull/1983
240237
[hashbang-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-11/nov-28.md#hash-bang-grammar

finished-proposals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
2424
| [JSON superset][json-superset] | Richard Gibson | Mark Miller<br />Mathias Bynens | [May 2018][json-superset-notes] | 2019 |
2525
| [`Symbol.prototype.description`][symbol-description] | Michael Ficarra | Michael Ficarra | November 2018 | 2019
2626
| [`Function.prototype.toString` revision][function-to-string] | Michael Ficarra | Michael Ficarra | November 2018 | 2019
27+
| [`Object.fromEntries`][object-from-entries] | Darien Maillet Valentine | Jordan Harband<br />Kevin Gibbons | January 2019 | 2019
2728

2829
See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](README.md), and [inactive proposals](inactive-proposals.md) documents.
2930

@@ -65,3 +66,4 @@ See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](READM
6566
[json-superset-notes]: https://github.com/tc39/tc39-notes/blob/master/es9/2018-05/may-22.md#conclusionresolution-8
6667
[symbol-description]: https://github.com/tc39/proposal-Symbol-description
6768
[function-to-string]: https://github.com/tc39/Function-prototype-toString-revision
69+
[object-from-entries]: https://github.com/tc39/object-from-entries

0 commit comments

Comments
 (0)