TC39 Editors’ Update
Shu-yu Guo�syg on GitHub
Michael Ficarra�michaelficarra on GitHub
Kevin Gibbons�bakkot on GitHub
Notable Editorial Changes since 2022.09:
Many editorial changes, but none notable.
Normative Changes since 2022.09
Meta Changes since 2022.09
How to rebase onto formatting commits
git rebase -i 0090daf^ # 0090daf is the commit where the formatter is applied
git rebase -X theirs 0090daf --exec "npm i && npm run format && git commit --amend -a --no-edit"
git rebase -i main
Upcoming and Planned Editorial Work
Thanks!