Skip to content

Commit

Permalink
Improved Escapes for Template Literals to stage 1, per 2024.02.07 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 7, 2024
1 parent 3209b26 commit a6bb79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [Iterator unique][iterator-unique] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
| [Micro and mini waits][tinywaits] | Shu-Yu Guo | Shu-Yu Guo | <sub>February&nbsp;2024</sub> |
| [iterator chunking][chunking] | Michael Ficarra | Michael Ficarra | <sub>February&nbsp;2024</sub> |
| [Improved Escapes for Template Literals][template-literals] | HE Shi-Jun | HE Shi-Jun | <sub>February&nbsp;2024</sub> |

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

Expand Down Expand Up @@ -290,3 +291,4 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[iterator-unique]: https://github.com/michaelficarra/proposal-iterator-unique
[tinywaits]: https://github.com/syg/proposal-atomics-microwait
[chunking]: https://github.com/michaelficarra/proposal-iterator-chunking
[template-literals]: https://github.com/hax/proposal-raw-string-literals

0 comments on commit a6bb79c

Please sign in to comment.