-
|
Any plan/timeline to implement https://github.com/tc39/proposal-explicit-resource-management? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
|
You're asking in the wrong place. New syntax gets implemented by V8, not Node.js. |
Beta Was this translation helpful? Give feedback.
-
|
Like Ben said, Node will get this once V8 implements it and Node updates to a version of V8 that supports it. It's worth noting that there has already been some work to add |
Beta Was this translation helpful? Give feedback.
Like Ben said, Node will get this once V8 implements it and Node updates to a version of V8 that supports it. It's worth noting that there has already been some work to add
Symbol.disposeandSymbol.asyncDisposeto some Node core APIs so that transpilers can start leveraging it.