Skip to content

Commit

Permalink
Error Cause to Stage-2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth committed Nov 23, 2020
1 parent bfcf38b commit a35f351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -54,6 +54,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [JSON.parse source text access][json-parse-source] | Richard Gibson | Richard Gibson | <sub>[July&nbsp;2020][json-parse-source-notes]</sub> |
| [Class Static Block][static-blocks] | Ron Buckton | Ron Buckton | <sub>[September&nbsp;2020][static-blocks-notes]</sub> |
| [Resizable and growable ArrayBuffers][resizable] | Shu-yu Guo | Shu-yu Guo | <sub>[September&nbsp;2020][resizable-notes]</sub> |
| [Error Cause][error-cause] | Chengzhong Wu | Chengzhong Wu<br /> Hemanth HM | <sub>[September&nbsp;2020][error-cause-notes]</sub> |

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

Expand Down Expand Up @@ -154,3 +155,5 @@ Note that as part of the onboarding process your repository name may be normaliz
[static-blocks-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-22.md#class-static-initialization-block-for-stage-2
[resizable]: https://github.com/tc39/proposal-resizablearraybuffer
[resizable-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-24.md#resizable-and-growable-arraybuffers-for-stage-2
[error-cause]: https://github.com/tc39/proposal-error-cause
[error-cause-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-24.md#error-cause-for-stage-1
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Expand Up @@ -71,7 +71,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [await operations][await.ops] | Jack Works | Jack Works<br />Jordan Harband | <sub>[July&nbsp;2020][await.ops-notes]</sub> |
| [`Array.prototype.unique()`][array-unique] | [TechQuery](https://github.com/TechQuery) | Jack Works | <sub>[July&nbsp;2020][array-unique-notes]</sub> |
| [String.dedent][string.dedent] | Misha Kaletsky<br />Hemanth HM<br />Justin Ridgewell | Hemanth HM<br />Justin Ridgewell | <sub>[September&nbsp;2020][string.dedent-notes]</sub> |
| [Error Cause][error-cause] | Chengzhong Wu | Chengzhong Wu<br /> Hemanth HM | <sub>[September&nbsp;2020][error-cause-notes]</sub> |
| [Double-Ended Iterator and Destructuring][double-ended-iterator] | HE Shi-Jun | HE Shi-Jun | <sub>[September&nbsp;2020][double-ended-iterator-notes]</sub> |
| [Standardized Debug][debug] | Gus Caplan | Gus Caplan | <sub>[September&nbsp;2020][debug-notes]</sub> |
| [Modulus and Additional Integer Math][modulus] | Peter Hoddie | Peter Hoddie | <sub>[September&nbsp;2020][modulus-notes]</sub> |
Expand Down Expand Up @@ -211,8 +210,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[array-unique-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-07/july-22.md#arrayprototypeunique-proposal-for-stage-1
[string.dedent]: https://github.com/tc39/proposal-string-dedent
[string.dedent-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-23.md#stringdedent-for-stage-1
[error-cause]: https://github.com/tc39/proposal-error-cause
[error-cause-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-24.md#error-cause-for-stage-1
[double-ended-iterator]: https://github.com/tc39/proposal-deiter
[double-ended-iterator-notes]: https://github.com/tc39/notes/blob/master/meetings/2020-09/sept-24.md#double-ended-iterator-and-destructuring-for-stage-1
[debug]: https://github.com/tc39/proposal-standardized-debug
Expand Down

0 comments on commit a35f351

Please sign in to comment.