Skip to content

Commit

Permalink
Move “Object enumerables” to “rejected”, per July 2016 TC39 meeting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 26, 2016
1 parent 8f6412b commit d26dd0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ Inactive proposals are proposals that at one point were presented to the committ
| [Error.isError](https://github.com/ljharb/proposal-is-error) | Jordan Harband | Withdrawn: in favor of a future proposal to standardize Error stack traces |
| [Set/Map.prototype.toJSON](https://github.com/DavidBruant/Map-Set.prototype.toJSON) | David Bruant and Jordan Harband | Rejected: better solved by a custom replacer function. |
| [Typed Objects](https://github.com/dslomov/typed-objects-es7) | Dmitry Lomov, Niko Matsakis | [Abandoned](https://github.com/tc39/ecma262/commit/02455e5e2964f62b13818c6fd23289381ecafdf8). |
| [Object enumerables](https://github.com/leobalter/object-enumerables) | Leo Balter & John-David Dalton | Rejected

See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](README.md), and [finished proposals](finished-proposals.md) documents.
1 change: 0 additions & 1 deletion stage-0-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Stage 0 proposals have been presented to the committee and not rejected definiti
| | [Function Expression Decorators](https://goo.gl/8MmCMG) | Igor Minar | 0 |
| 🚀 | [Zones](https://github.com/domenic/zones) ([spec](https://domenic.github.io/zones/)) | Domenic Denicola & Miško Hevery | 0 |
| | [Updates to Tail Calls to include an explicit syntactic opt-in](https://github.com/tc39/proposal-ptc-syntax) | Brian Terlson & Eric Faust | 0 |
| 🚀 | [Object enumerables](https://github.com/leobalter/object-enumerables) | Leo Balter & John-David Dalton | 0 |
| 🚀 | [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 |

Expand Down

0 comments on commit d26dd0a

Please sign in to comment.