feat(codemode): support labeled control flow (#38035)
This commit is contained in:
parent
63e2054f50
commit
a81c04fd31
4 changed files with 312 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue