Skip to content

Commit

Permalink
Optional Chaining to stage 4, per 2019.12.04 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 4, 2019
1 parent cb9c6e5 commit 34c4f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Stage 2 indicates that the committee expects these features to be developed and
| [WeakRefs][weakrefs] | Dean Tribble<br />Sathya Gunasekaran | Dean Tribble<br />Mark Miller<br />Till Schneidereit<br />Sathya Gunasekaran | [:white_check_mark:][tests-weakrefs] | <sub>[June&nbsp;2019][weakrefs-notes]</sub> |
| [Nullish coalescing Operator][nullish-coalescing] | Gabriel Isenberg | Gabriel Isenberg<br />Justin Ridgewell<br />Daniel Rosenwasser | [:white_check_mark:][tests-nullish-coalescing] | <sub>[July 2019][nullish-coalescing-notes]</sub> |
| [RegExp Match array offsets][regex-offsets] | Ron Buckton | Ron Buckton | :question: | <sub>[July 2019][regex-offsets-notes]</sub> |
| [Optional Chaining][chaining] | Gabriel Isenberg<br />Claude Pache<br />Dustin Savery | Gabriel Isenberg<br />Dustin Savery<br />Justin Ridgewell<br />Daniel Rosenwasser | [:white_check_mark:][tests-chaining] | <sub>[July 2019][chaining-notes]</sub> |
| [`String.prototype.replaceAll`][replace-all] | Peter Marshall<br />Jakob Gruber<br />Mathias Bynens | Mathias Bynens | :question: | <sub>[October&nbsp;2019][replace-all-notes]</sub> |
| [`Promise.any`][promise-any] | Mathias Bynens<br />Kevin Gibbons<br />Sergey Rubanov | Mathias Bynens | [:question:][tests-promise-any] | <sub>[October 2019][promise-any-notes]</sub> |
| [`Atomics.waitAsync`][nonblocking] | Lars Hansen | Shu-yu Guo<br />Lars Hansen | :question: | <sub>December&nbsp;2019</sub> |
Expand Down Expand Up @@ -134,9 +133,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[private-declarations]: https://github.com/tc39/proposal-private-declarations
[isTemplateObject]: https://github.com/tc39-transfer/proposal-array-is-template-object
[isTemplateObject-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-06/june-5.md#arrayistemplateobject-for-stage-1-or-2
[chaining]: https://github.com/tc39/proposal-optional-chaining
[chaining-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-25.md#optional-chaining-for-stage-3
[tests-chaining]: https://github.com/tc39/test262/pull/2212
[nullish-coalescing]: https://github.com/tc39/proposal-nullish-coalescing
[nullish-coalescing-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-23.md#nullish-coalescing
[tests-nullish-coalescing]: https://github.com/tc39/test262/pull/2402
Expand Down
3 changes: 3 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [`Promise.allSettled`][allsettled] | Jason Williams<br />Robert Pamely<br />Mathias Bynens | Mathias Bynens | [July 2019][allsettled-notes] | 2020 |
| [`globalThis`][globalThis] | Jordan Harband | Jordan Harband | [October&nbsp;2019][globalThis-notes] | 2020 |
| [`for-in` mechanics][for-in-mechanics] | Kevin Gibbons | Kevin Gibbons | <sub>December&nbsp;2019</sub> | 2020 |
| [Optional Chaining][chaining] | Gabriel Isenberg<br />Claude Pache<br />Dustin Savery | Gabriel Isenberg<br />Dustin Savery<br />Justin Ridgewell<br />Daniel Rosenwasser | <sub>December 2019</sub> | 2020 |

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

Expand Down Expand Up @@ -97,3 +98,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[globalThis-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-10/october-1.md#globalthis-to-stage-4
[for-in-mechanics]: https://github.com/bakkot/for-in-exploration
[for-in-mechanics-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-10/october-1.md#for-in-order-for-stage-3
[chaining]: https://github.com/tc39/proposal-optional-chaining
[chaining-notes]: https://github.com/tc39/notes/blob/master/meetings/2019-07/july-25.md#optional-chaining-for-stage-3

0 comments on commit 34c4f06

Please sign in to comment.