Skip to content

Commit

Permalink
Array.prototype.flat{Map,ten} to stage 2, per 2017.09.26 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 26, 2017
1 parent 77d957b commit 365c529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,6 +33,7 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [`Intl.RelativeTimeFormat`][relative-time] | Zibi Braniecki, Daniel Ehrenberg | 2 |
| | [Numeric separators][numeric_separators] | Sam Goto, Rick Waldron | 2 |
| | [Private methods and accessors][private-methods] | Daniel Ehrenberg, Kevin Gibbons | 2 |
| | [Array.prototype.flat{Map,ten}][flat] | Brian Terlson, Michael Ficarra | 2 |
| | [`Date.parse` fallback semantics][date-parse] | Morgan Phillips | 1 |
| | [`export v from "mod";` statements][export-from] | Ben Newman and John-David Dalton | 1 |
| 🚀 | [Observable][observable] | Jafar Husain and Mark Miller | 1 |
Expand All @@ -53,7 +54,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [Atomics.waitNonblocking][nonblocking] | Shu-yu Guo, Lars Hansen | 1 |
| | [`Symbol.prototype.description`][symbol-description] | Michael Ficarra | 1 |
| | change Number.parseInt/parseFloat to not coerce null/undefined/NaN (repo link TBD) | Brendan Eich | 1 |
| | [Array.prototype.flat{Map,ten}][flat] | Brian Terlson, Michael Ficarra | 1 |
| | [Throw expressions][throw-expressions] | Rob Buckton | 1 |
| | [Binary AST][binary-ast] | Shu-yu Guo | 1 |
| | [Pipeline Operator][pipeline] | Daniel Ehrenberg | 1 |
Expand Down

0 comments on commit 365c529

Please sign in to comment.