Skip to content

Commit

Permalink
Symbol Predicates to stage 2, per 2023.02.01 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 1, 2023
1 parent e49cc49 commit a683a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br />Luca Casonato | <sub>[November&nbsp;2022][import-reflection-notes]</sub> |
| [JSON.parseImmutable][json-parse-immutable] | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | Robin Ricard<br />Richard Button<br />Nicolò Ribaudo<br />Ashley Claymore | <sub>July&nbsp;2022</sub> |
| [Module Declarations][module-declarations] | Daniel Ehrenberg<br />Nicolò Ribaudo | Daniel Ehrenberg<br />Mark Miller<br />Nicolò Ribaudo | <sub>[November&nbsp;2022][module-declarations-notes]</sub> |
| [Symbol Predicates][symbol-predicates] | Robin Ricard<br />Jordan Harband | Ashley Claymore<br />Jordan Harband | <sub>January&nbsp;2023</sub> |

:white_check_mark: means a pull request for tests was merged.

Expand Down Expand Up @@ -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
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Type Annotations][type-annotations] | Gil Tayar<br />Daniel Rosenwasser<br />Romulo Cintra<br />Rob Palmer | Daniel Rosenwasser<br />Romulo Cintra<br />Rob Palmer | <sub>[March&nbsp;2022][type-annotations-notes]</sub> |
| [Faster Promise adoption][faster-promise-adoption] | Justin Ridgewell | Justin Ridgewell | <sub>[June&nbsp;2022][faster-promise-adoption-notes]</sub> |
| [RegExp Atomic Operators][regexp-atomic-operators] | Ron Buckton | Ron Buckton | <sub>[June&nbsp;2022][regexp-atomic-operators-notes]</sub> |
| [Symbol Predicates][symbol-predicates] | Robin Ricard<br />Jordan Harband | Robin Ricard<br />Jordan Harband | <sub>[July&nbsp;2022][symbol-predicates-notes]</sub> |
| [Policy Maps and Sets][policy-maps] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][policy-maps-notes]</sub> |
| [Function Memoization][memoization] | J.S. Choi | J.S. Choi<br />Hemanth HM | <sub>[July&nbsp;2022][memoization-notes]</sub> |
| [Object pick/omit][pick-omit] | Hemanth HM<br />Aleen | Hemanth HM | <sub>[July&nbsp;2022][pick-omit-notes]</sub> |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a683a46

Please sign in to comment.