From a683a46ffad80a6f64bdffd98865e66be4e74062 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 1 Feb 2023 10:16:32 -0800 Subject: [PATCH] Symbol Predicates to stage 2, per 2023.02.01 TC39 --- README.md | 3 +++ stage-1-proposals.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b42dfcb9..eac835dd 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Stage 2 indicates that the committee expects these features to be developed and | [Import Reflection][import-reflection] | Luca Casonato | Guy Bedford
Luca Casonato | [November 2022][import-reflection-notes] | | [JSON.parseImmutable][json-parse-immutable] | Robin Ricard
Richard Button
Nicolò Ribaudo
Ashley Claymore | Robin Ricard
Richard Button
Nicolò Ribaudo
Ashley Claymore | July 2022 | | [Module Declarations][module-declarations] | Daniel Ehrenberg
Nicolò Ribaudo | Daniel Ehrenberg
Mark Miller
Nicolò Ribaudo | [November 2022][module-declarations-notes] | +| [Symbol Predicates][symbol-predicates] | Robin Ricard
Jordan Harband | Ashley Claymore
Jordan Harband | January 2023 | :white_check_mark: means a pull request for tests was merged. @@ -173,3 +174,5 @@ Note that as part of the onboarding process your repository name may be normaliz [arraybuffer-transfer-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/nov-29.md#resizable-buffers-bug-fixes-104-106-108-and-transfer-future-proofing [module-declarations]: https://github.com/tc39/proposal-module-declarations [module-declarations-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-11/dec-01.md#module-declarations +[symbol-predicates]: https://github.com/tc39/proposal-symbol-predicates +[symbol-predicates-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#symbol-predicates diff --git a/stage-1-proposals.md b/stage-1-proposals.md index fa547baa..7ea5039b 100644 --- a/stage-1-proposals.md +++ b/stage-1-proposals.md @@ -90,7 +90,6 @@ Proposals follow [this process document](https://tc39.es/process-document/). | [Type Annotations][type-annotations] | Gil Tayar
Daniel Rosenwasser
Romulo Cintra
Rob Palmer | Daniel Rosenwasser
Romulo Cintra
Rob Palmer | [March 2022][type-annotations-notes] | | [Faster Promise adoption][faster-promise-adoption] | Justin Ridgewell | Justin Ridgewell | [June 2022][faster-promise-adoption-notes] | | [RegExp Atomic Operators][regexp-atomic-operators] | Ron Buckton | Ron Buckton | [June 2022][regexp-atomic-operators-notes] | -| [Symbol Predicates][symbol-predicates] | Robin Ricard
Jordan Harband | Robin Ricard
Jordan Harband | [July 2022][symbol-predicates-notes] | | [Policy Maps and Sets][policy-maps] | J.S. Choi | J.S. Choi
Hemanth HM | [July 2022][policy-maps-notes] | | [Function Memoization][memoization] | J.S. Choi | J.S. Choi
Hemanth HM | [July 2022][memoization-notes] | | [Object pick/omit][pick-omit] | Hemanth HM
Aleen | Hemanth HM | [July 2022][pick-omit-notes] | @@ -268,8 +267,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal [faster-promise-adoption-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-06.md#remove-job-from-promise-resolve-functions [regexp-atomic-operators]: https://github.com/tc39/proposal-regexp-atomic-operators [regexp-atomic-operators-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-06/jun-08.md#regex-atomic-operators -[symbol-predicates]: https://github.com/tc39/proposal-symbol-predicates -[symbol-predicates-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-20.md#symbol-predicates [policy-maps]: https://github.com/tc39/proposal-policy-map-set [policy-maps-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2022-07/jul-21.md#policy-maps-and-sets-for-stage-1 [memoization]: https://github.com/tc39/proposal-function-memo