-
Notifications
You must be signed in to change notification settings - Fork 31
Issues: tc39/proposal-explicit-resource-management
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Suggestion: add
using
fields to classes that are auto-disposed on @@dispose
#250
opened Dec 23, 2024 by
dead-claudia
In the spec draft missed
(Async)DisposableStack.prototype.constructor
#249
opened Dec 22, 2024 by
zloirock
Disposal should be based on a DAG, not a stack (e.g.
AsyncDisposableDag
)
#246
opened Nov 7, 2024 by
alexweej
Write test262 tests for deterministic collapse of
Await
for nullish values
#233
opened Jun 15, 2024 by
rbuckton
A subclass that overrides DisposableStack#dispose must also override DisposableStack#[Symbol.dispose]
#231
opened Jun 14, 2024 by
rictic
Stage 3 feedback: can we make the number of using decls that need disposal statically knowable?
#215
opened Mar 14, 2024 by
syg
Should Discussion topic, no immediate action required.
normative
Indicates a normative change to the specification
await using
Await for forward compatibility?
discussion
#189
opened Jul 11, 2023 by
mhofman
How to lint legacy usage of new Discussion topic, no immediate action required.
external
Indicates a dependency on an external task, process, or group
question
Further information is requested
Disposable
type?
discussion
#187
opened Jul 10, 2023 by
rixtox
In the spec draft, missing exposing of Something isn't working
normative
Indicates a normative change to the specification
Symbol.{ dispose, asyncDispose }
bug
#185
opened Jul 7, 2023 by
zloirock
What happens if the object escapes?
documentation
Indicates a change to the documentation/explainer for the propsal.
#161
opened Jun 19, 2023 by
Lexicality
What's the code pattern for passing through non-cleanup-related thrown errors?
#137
opened Jan 12, 2023 by
brad4d
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.