Skip to content

Commit d9f3a9b

Browse files
Elchi3ddbeck
andauthored
Add Explicit resource management feature (#3231)
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
1 parent 29e34a7 commit d9f3a9b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

features/draft/spec/tc39-async-explicit-resource-management.yml renamed to features/explicit-resource-management.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
draft_date: 2025-08-06
2-
name: ECMAScript Async Explicit Resource Management
3-
description: TODO
1+
name: Explicit resource management
2+
description: The `using` and `await using` declarations and the `dispose` and `asyncDispose` symbols manage the lifecycle of resources such as file handles and streams. The `DisposableStack` and `AsyncDisposableStack` objects can group, dispose, and coordinate dependencies between multiple disposable resources.
43
spec: https://tc39.es/proposal-async-explicit-resource-management/
54
compat_features:
65
- javascript.builtins.AsyncDisposableStack
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from: tc39-async-explicit-resource-management.yml
1+
# Generated from: explicit-resource-management.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:

0 commit comments

Comments
 (0)