Polyfill for Symbol.dispose and Symbol.asyncDispose which is used as a part of https://github.com/tc39/proposal-explicit-resource-management. Node versions below 18.x don't have these symbols by default, so we need to polyfill them.
Symbol.dispose
Symbol.asyncDispose
Generated using TypeDoc
Polyfill for
Symbol.dispose
andSymbol.asyncDispose
which is used as a part of https://github.com/tc39/proposal-explicit-resource-management. Node versions below 18.x don't have these symbols by default, so we need to polyfill them.