feat(codemode): support labeled control flow (#38035)

This commit is contained in:
Aiden Cline 2026-07-20 23:36:24 -05:00 committed by GitHub
commit a81c04fd31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 312 additions and 18 deletions

View file

@ -69,7 +69,7 @@ ultimate source of truth.
- [x] Unlabeled `break` and `continue`.
- [x] `try`, `catch`, optional catch bindings, and `finally`.
- [x] `throw` with arbitrary values.
- [ ] Labeled statements, labeled `break`, and labeled `continue`.
- [x] Labeled statements, labeled `break`, and labeled `continue`.
- [ ] `for await...of` and async iteration.
## Functions and callbacks