Closed
Bug 1897802
Opened 1 year ago
Closed 1 year ago
Implement `await using` syntax parsing
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: debadree333, Assigned: debadree333)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Implementation of the await using syntax which is leftover from https://bugzilla.mozilla.org/show_bug.cgi?id=1891041
Assignee | ||
Comment 1•1 year ago
|
||
Implements the await using syntax as per the explicit
resource management proposal.
Updated•1 year ago
|
Assignee: nobody → debadree333
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•1 year ago
|
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/aa16388fffca
Implement await using syntax. r=arai
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•