Skip to content

Commit

Permalink
Move Promise.prototype.finally to stage 4, per 2018.01.24 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 24, 2018
1 parent 534aef1 commit 4aa195c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This list contains only stage 1 proposals and higher that have not yet been with
| | [Asynchronous Iteration][async-iteration] | Domenic Denicola | Domenic Denicola | [:construction:][tests-async-iteration] |
| | [`import()`][dynamic-import] | Domenic Denicola | Domenic Denicola | [:question:][tests-dynamic-import] |
| | [Legacy RegExp features in JavaScript][regexp-legacy] | Claude Pache | Mark Miller, Claude Pache | [:white_check_mark:][tests-regexp-legacy] |
| :rocket: | [`Promise.prototype.finally`][finally] | Jordan Harband | Jordan Harband | [:construction:][tests-finally] |
| | [`BigInt`][bigint] | Daniel Ehrenberg | Daniel Ehrenberg | [:construction:][tests-bigint] |
| | [Optional `catch` binding][optional-catch] | Michael Ficarra | Michael Ficarra | [:white_check_mark:][tests-optional-catch] |
| | [`import.meta`][import-meta] | Domenic Denicola | Domenic Denicola | [:question:][tests-import-meta] |
Expand Down Expand Up @@ -108,7 +107,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[async-iteration]: https://github.com/tc39/proposal-async-iteration
[dynamic-import]: https://github.com/tc39/proposal-dynamic-import
[regexp-legacy]: https://github.com/tc39/proposal-regexp-legacy-features
[finally]: https://github.com/tc39/proposal-promise-finally
[bigint]: https://github.com/tc39/proposal-bigint
[class-fields]: https://github.com/tc39/proposal-class-fields
[optional-catch]: https://github.com/tc39/proposal-optional-catch-binding
Expand Down Expand Up @@ -158,7 +156,6 @@ Note that as part of the onboarding process your repository name may be normaliz
[tests-async-iteration]: https://github.com/tc39/test262/issues/923
[tests-dynamic-import]: https://github.com/tc39/test262/issues/1164
[tests-regexp-legacy]: https://github.com/tc39/test262/issues/1165
[tests-finally]: https://github.com/tc39/test262/issues/866
[tests-bigint]: https://github.com/tc39/test262/issues/1056
[tests-optional-catch]: https://github.com/tc39/test262/issues/1166
[tests-import-meta]: https://github.com/tc39/test262/issues/1342
Expand Down
2 changes: 2 additions & 0 deletions finished-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Finished proposals are proposals that have reached stage 4, and are included in
| [Rest/Spread Properties][object-rest-spread] | Sebastian Markbåge | Sebastian Markbåge | January 2018 | 2018
| [RegExp Lookbehind Assertions][lookbehind] | Gorkem Yakin, Nozomu Katō, Daniel Ehrenberg | Daniel Ehrenberg, Mathias Bynens | January 2018
| [RegExp Unicode Property Escapes][unicode-escapes] | Mathias Bynens | Brian Terlson, Daniel Ehrenberg, Mathias Bynens | January 2018
| [`Promise.prototype.finally`][finally] | Jordan Harband | Jordan Harband | January 2018

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

Expand Down Expand Up @@ -46,3 +47,4 @@ See also the [stage 0 proposals](stage-0-proposals.md), [active proposals](READM
[object-rest-spread]: https://github.com/tc39/proposal-object-rest-spread
[lookbehind]: https://github.com/tc39/proposal-regexp-lookbehind
[unicode-escapes]: https://github.com/tc39/proposal-regexp-unicode-property-escapes
[finally]: https://github.com/tc39/proposal-promise-finally

0 comments on commit 4aa195c

Please sign in to comment.