Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Stage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 25, 2016
1 parent 8e378d2 commit a7dd63f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ However the **current** official Champion is **[Jordan Harband](https://github.c

## Status

This proposal is currently in stage 3 of [the TC39 process](https://github.com/tc39/ecma262/).
This proposal is currently in [stage 4](https://github.com/tc39/proposals/blob/master/finished-proposals.md) of [the TC39 process](https://github.com/tc39/ecma262/).

This proposal could be identical to a `Reflect.getOwnPropertyDescriptors` one but for consistency with other plural versions it's described as an `Object` public static method.

Expand All @@ -35,6 +35,8 @@ Last, but not least, a shallow copy between two unknown objects would be free of

Since the main goal of this proposal is to simplify some common boilerplate and be consistent with the fact there is a singular version of the method but not a plural one, it might be further consistent to have the plural version of the current [Reflect.getOwnPropertyDescriptor](http://www.ecma-international.org/ecma-262/6.0/#sec-reflect.getownpropertydescriptor) method too.

Update: The committee has previously decided that `Reflect` is solely to mirror `Proxy` traps, so this is not an option.


## Proposed Solution

Expand Down

0 comments on commit a7dd63f

Please sign in to comment.