diff --git a/README.md b/README.md index dd1c1ede..5bb1b454 100644 --- a/README.md +++ b/README.md @@ -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] | @@ -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 @@ -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 diff --git a/finished-proposals.md b/finished-proposals.md index 847358f6..fe6698eb 100644 --- a/finished-proposals.md +++ b/finished-proposals.md @@ -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. @@ -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