v22.23.0
lib: move `Symbol[Async]Dispose` polyfills to `internal/util`
lib: replace spread operator with primordials function
lib: enforce ASCII order in error code imports
lib: prefer logical assignment
lib: replace `createDeferredPromise` util with `Promise.withResolvers`
stream: expose DuplexPair API
stream: use new AsyncResource instead of bind
lib: prefer optional chaining
crypto: do not overwrite _writableState.defaultEncoding
stream: fix eventNames() to not return not defined events
stream: replace manual function validation with validateFunction
lib: revert primordials in a hot path
stream: fix decoded fromList chunk boundary check
stream: bump default highWaterMark
lib: fix typos in comments within internal/streams
Revert "lib: optimize writable stream buffer clearing"