Interesting, JS/TS are getting C#-style `using` directives for more explicit memory management. This standard is available now in both Deno and V8 runtimes.
The ubiquity of JS/TS throughout the web now, even in server-side code, seems to be driving the demand for such features.

GitHub
GitHub - tc39/proposal-explicit-resource-management: ECMAScript Explicit Resource Management
ECMAScript Explicit Resource Management. Contribute to tc39/proposal-explicit-resource-management development by creating an account on GitHub.